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 class
Extension
class
Message
Represents the message defined in theProto
.Fields in io.protostuff.parser declared as HasFields Modifier and Type Field Description (package private) HasFields
Field.Reference. hasFields
Methods in io.protostuff.parser with parameters of type HasFields Modifier and Type Method Description 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)
ProtoParser.field_type_return
ProtoParser. field_type(Proto proto, HasFields message, FieldHolder fieldHolder)
ProtoParser.message_field_return
ProtoParser. message_field(Proto proto, HasFields message)
ProtoParser.signed_constant_return
ProtoParser. 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)
-