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