|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.gwt.shared.AbstractMessage.Builder<BuilderType>
com.google.protobuf.gwt.shared.GeneratedMessage.Builder<MessageType,BuilderType>
public abstract static class GeneratedMessage.Builder<MessageType extends GeneratedMessage,BuilderType extends GeneratedMessage.Builder>
Constructor Summary | |
---|---|
protected |
GeneratedMessage.Builder()
|
Method Summary | |
---|---|
BuilderType |
clone()
Clones the Builder. |
abstract MessageType |
getDefaultInstanceForType()
Get the message's type's default instance. |
protected abstract MessageType |
internalGetResult()
Get the message being built. |
abstract BuilderType |
mergeFrom(MessageType message)
All subclasses implement this. |
abstract BuilderType |
readFrom(JsonStream input)
All subclasses implement this. |
Methods inherited from class com.google.protobuf.gwt.shared.AbstractMessage.Builder |
---|
addAll, newUninitializedMessageException |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.protobuf.gwt.shared.Message.Builder |
---|
build, buildPartial, clear, isInitialized, mergeFrom |
Constructor Detail |
---|
protected GeneratedMessage.Builder()
Method Detail |
---|
public BuilderType clone()
Message.Builder
clone
in interface Message.Builder
clone
in class AbstractMessage.Builder<BuilderType extends GeneratedMessage.Builder>
Object.clone()
public abstract BuilderType mergeFrom(MessageType message)
public abstract BuilderType readFrom(JsonStream input) throws IOException
IOException
public abstract MessageType getDefaultInstanceForType()
Message.Builder
Message.getDefaultInstanceForType()
.
protected abstract MessageType internalGetResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |