Uses of Interface
io.protostuff.parser.HasFields
-
Packages that use HasFields Package Description io.protostuff.parser -
-
Uses of HasFields in io.protostuff.parser
Classes in io.protostuff.parser that implement HasFields Modifier and Type Class Description classExtensionclassMessageRepresents the message defined in theProto.Fields in io.protostuff.parser declared as HasFields Modifier and Type Field Description (package private) HasFieldsField.Reference. hasFieldsMethods in io.protostuff.parser with parameters of type HasFields Modifier and Type Method Description 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)ProtoParser.field_type_returnProtoParser. field_type(Proto proto, HasFields message, FieldHolder fieldHolder)ProtoParser.message_field_returnProtoParser. message_field(Proto proto, HasFields message)ProtoParser.signed_constant_returnProtoParser. signed_constant(Proto proto, HasFields message, Field field, java.lang.String key, boolean checkDefault)Constructors in io.protostuff.parser with parameters of type HasFields Constructor Description Reference(java.lang.String packageName, java.lang.String refName, HasFields hasFields)
-