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 classEnumFieldRepresents an enum field defined in aMessage.static classField.Boolstatic classField.Bytesstatic classField.Doublestatic classField.Fixed32static classField.Fixed64static classField.Floatstatic classField.Int32static classField.Int64(package private) static classField.Number<T>static classField.Referencestatic classField.SFixed32static classField.SFixed64static classField.SInt32static classField.SInt64static classField.Stringstatic classField.UInt32static classField.UInt64classMessageFieldRepresents a message field defined in aProto.Fields in io.protostuff.parser declared as Field Modifier and Type Field Description (package private) Field<?>FieldHolder. fieldFields 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. sortedFieldsMethods 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) voidProto. addAnnotationsTo(Field<?> target, java.lang.String enclosingNamespace)voidExtension. addField(Field<?> field)voidHasFields. addField(Field<?> field)voidMessage. addField(Field<?> field)intField. compareTo(Field<?> f)(package private) static voidMessage. copy(Field<?> from, Field<?> to)ProtoParser.field_options_returnProtoParser. field_options(Proto proto, HasFields message, Field field)ProtoParser.field_options_keyval_returnProtoParser. field_options_keyval(Proto proto, HasFields message, Field field, boolean checkDefault)(package private) voidFieldHolder. setField(Field<?> field)ProtoParser.signed_constant_returnProtoParser. signed_constant(Proto proto, HasFields message, Field field, java.lang.String key, boolean checkDefault)
-