Uses of Class
org.apache.activemq.protobuf.compiler.FieldDescriptor
-
Packages that use FieldDescriptor Package Description org.apache.activemq.protobuf.compiler org.apache.activemq.protobuf.compiler.parser -
-
Uses of FieldDescriptor in org.apache.activemq.protobuf.compiler
Methods in org.apache.activemq.protobuf.compiler that return types with arguments of type FieldDescriptor Modifier and Type Method Description java.util.Map<java.lang.String,FieldDescriptor>
MessageDescriptor. getFields()
Method parameters in org.apache.activemq.protobuf.compiler with type arguments of type FieldDescriptor Modifier and Type Method Description void
MessageDescriptor. setFields(java.util.Map<java.lang.String,FieldDescriptor> fields)
-
Uses of FieldDescriptor in org.apache.activemq.protobuf.compiler.parser
Methods in org.apache.activemq.protobuf.compiler.parser that return FieldDescriptor Modifier and Type Method Description FieldDescriptor
ProtoParser. FieldDescriptor(MessageDescriptor parent)
Parses something like: optional string foo = 1;
-