Uses of Class
io.protostuff.parser.Field
Packages that use Field
-
Uses of Field in io.protostuff.parser
Subclasses of Field in io.protostuff.parserModifier and TypeClassDescriptionclass
Represents an enum field defined in aMessage
.static class
static class
static class
static class
static class
static class
static class
static class
(package private) static class
Field.Number<T>
static class
static class
static class
static class
static class
static class
static class
static class
class
Represents a message field defined in aProto
.Fields in io.protostuff.parser declared as FieldFields in io.protostuff.parser with type parameters of type FieldModifier and TypeFieldDescription(package private) final LinkedHashMap
<Integer, Field<?>> Message.extensions
(package private) final LinkedHashMap
<String, Field<?>> Extension.fields
(package private) final LinkedHashMap
<String, Field<?>> Message.fields
Message.sortedFields
Methods in io.protostuff.parser with type parameters of type FieldMethods in io.protostuff.parser that return FieldMethods in io.protostuff.parser that return types with arguments of type FieldModifier and TypeMethodDescriptionLinkedHashMap
<String, Field<?>> Message.getFieldMap()
Collection
<Field<?>> Extension.getFields()
Collection
<Field<?>> HasFields.getFields()
Message.getFields()
Methods in io.protostuff.parser with parameters of type FieldModifier and TypeMethodDescription(package private) void
Proto.addAnnotationsTo
(Field<?> target, String enclosingNamespace) void
void
void
int
(package private) static void
ProtoParser.field_options
(Proto proto, HasFields message, Field field) ProtoParser.field_options_keyval
(Proto proto, HasFields message, Field field, boolean checkDefault) (package private) void
ProtoParser.signed_constant
(Proto proto, HasFields message, Field field, String key, boolean checkDefault)