Uses of Class
io.protostuff.parser.Field
-
Packages that use Field Package Description io.protostuff.parser -
-
Uses of Field in io.protostuff.parser
Subclasses of Field in io.protostuff.parser Modifier and Type Class Description class
EnumField
Represents an enum field defined in aMessage
.static class
Field.Bool
static class
Field.Bytes
static class
Field.Double
static class
Field.Fixed32
static class
Field.Fixed64
static class
Field.Float
static class
Field.Int32
static class
Field.Int64
(package private) static class
Field.Number<T>
static class
Field.Reference
static class
Field.SFixed32
static class
Field.SFixed64
static class
Field.SInt32
static class
Field.SInt64
static class
Field.String
static class
Field.UInt32
static class
Field.UInt64
class
MessageField
Represents a message field defined in aProto
.Fields in io.protostuff.parser declared as Field Modifier and Type Field Description (package private) Field<?>
FieldHolder. field
Fields in io.protostuff.parser with type parameters of type Field Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.Integer,Field<?>>
Message. extensions
(package private) java.util.LinkedHashMap<java.lang.String,Field<?>>
Extension. fields
(package private) java.util.LinkedHashMap<java.lang.String,Field<?>>
Message. fields
(package private) java.util.ArrayList<Field<?>>
Message. sortedFields
Methods in io.protostuff.parser with type parameters of type Field Modifier and Type Method Description <T extends Field<?>>
TMessage. getField(java.lang.String name, java.lang.Class<T> typeClass)
Methods in io.protostuff.parser that return Field Modifier and Type Method Description Field<?>
Extension. getField(java.lang.String name)
Field<?>
FieldHolder. getField()
Field<?>
HasFields. getField(java.lang.String name)
Field<?>
Message. getField(java.lang.String name)
Methods in io.protostuff.parser that return types with arguments of type Field Modifier and Type Method Description java.util.LinkedHashMap<java.lang.String,Field<?>>
Message. getFieldMap()
java.util.Collection<Field<?>>
Extension. getFields()
java.util.Collection<Field<?>>
HasFields. getFields()
java.util.List<Field<?>>
Message. getFields()
Methods in io.protostuff.parser with parameters of type Field Modifier and Type Method Description (package private) void
Proto. addAnnotationsTo(Field<?> target, java.lang.String enclosingNamespace)
void
Extension. addField(Field<?> field)
void
HasFields. addField(Field<?> field)
void
Message. addField(Field<?> field)
int
Field. compareTo(Field<?> f)
(package private) static void
Message. copy(Field<?> from, Field<?> to)
ProtoParser.field_options_return
ProtoParser. field_options(Proto proto, HasFields message, Field field)
ProtoParser.field_options_keyval_return
ProtoParser. field_options_keyval(Proto proto, HasFields message, Field field, boolean checkDefault)
(package private) void
FieldHolder. setField(Field<?> field)
ProtoParser.signed_constant_return
ProtoParser. signed_constant(Proto proto, HasFields message, Field field, java.lang.String key, boolean checkDefault)
-