Uses of Class
io.protostuff.compiler.model.Message
-
Packages that use Message Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Message in io.protostuff.compiler.model
Subclasses of Message in io.protostuff.compiler.model Modifier and Type Class Description classGroupGroups tree node.Fields in io.protostuff.compiler.model declared as Message Modifier and Type Field Description protected MessageExtension. extendeeprotected MessageOneof. parentFields in io.protostuff.compiler.model with type parameters of type Message Modifier and Type Field Description protected List<Message>AbstractUserTypeContainer. messagesMethods in io.protostuff.compiler.model that return Message Modifier and Type Method Description MessageServiceMethod. getArgType()MessageExtension. getExtendee()default MessageMessageContainer. getMessage(String name)Get message that is declared under this container.MessageOneof. getParent()MessageServiceMethod. getReturnType()Methods in io.protostuff.compiler.model that return types with arguments of type Message Modifier and Type Method Description List<Message>AbstractUserTypeContainer. getMessages()List<Message>MessageContainer. getMessages()Methods in io.protostuff.compiler.model with parameters of type Message Modifier and Type Method Description voidAbstractUserTypeContainer. addMessage(Message message)voidMessageContainer. addMessage(Message message)voidServiceMethod. setArgType(Message argType)voidExtension. setExtendee(Message extendee)voidField. setParent(Message parent)voidServiceMethod. setReturnType(Message returnType)Constructors in io.protostuff.compiler.model with parameters of type Message Constructor Description Oneof(Message parent) -
Uses of Message in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser with parameters of type Message Modifier and Type Method Description Map<String,Field>AbstractExtensionRegistry. getExtensionFields(Message message)Map<String,Field>ExtensionRegistry. getExtensionFields(Message message)Collection<Extension>AbstractExtensionRegistry. getExtensions(Message message)Collection<Extension>ExtensionRegistry. getExtensions(Message message)Method parameters in io.protostuff.compiler.parser with type arguments of type Message Modifier and Type Method Description ProtoWalkerProtoWalker. onMessage(ProtoWalker.ContextlessProcessor<Message> processor)ProtoWalkerProtoWalker. onMessage(ProtoWalker.Processor<Message> processor)
-