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 TypeClassDescriptionclassRepresents an enum field defined in aMessage.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic class(package private) static classField.Number<T>static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassRepresents 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.fieldsMessage.sortedFieldsMethods 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) voidProto.addAnnotationsTo(Field<?> target, String enclosingNamespace) voidvoidvoidint(package private) static voidProtoParser.field_options(Proto proto, HasFields message, Field field) ProtoParser.field_options_keyval(Proto proto, HasFields message, Field field, boolean checkDefault) (package private) voidProtoParser.signed_constant(Proto proto, HasFields message, Field field, String key, boolean checkDefault)