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