Uses of Class
io.protostuff.compiler.model.Field
-
Packages that use Field Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Field in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Field Modifier and Type Field Description protected List<Field>Extension. fieldsprotected List<Field>Message. fieldsprotected List<Field>Oneof. fieldsMethods in io.protostuff.compiler.model that return Field Modifier and Type Method Description FieldExtension. getField(int tag)FieldExtension. getField(String name)FieldFieldContainer. getField(int tag)FieldFieldContainer. getField(String name)FieldMessage. getField(int tag)FieldMessage. getField(String name)FieldOneof. getField(int tag)FieldOneof. getField(String name)Methods in io.protostuff.compiler.model that return types with arguments of type Field Modifier and Type Method Description List<Field>Extension. getFields()List<Field>FieldContainer. getFields()List<Field>Message. getFields()Returns all fields in this message, including group fields and oneof fields.List<Field>Oneof. getFields()Methods in io.protostuff.compiler.model with parameters of type Field Modifier and Type Method Description voidExtension. addField(Field field)voidFieldContainer. addField(Field field)voidMessage. addField(Field field)voidOneof. addField(Field field)Method parameters in io.protostuff.compiler.model with type arguments of type Field Modifier and Type Method Description voidExtension. setFields(List<Field> fields)voidFieldContainer. setFields(List<Field> fields)voidMessage. setFields(List<Field> fields)voidOneof. setFields(List<Field> fields) -
Uses of Field in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return types with arguments of type Field Modifier and Type Method Description Map<String,Field>AbstractExtensionRegistry. getExtensionFields(Message message)Map<String,Field>AbstractExtensionRegistry. getExtensionFields(String fullMessageName)Map<String,Field>ExtensionRegistry. getExtensionFields(Message message)Map<String,Field>ExtensionRegistry. getExtensionFields(String messageName)Method parameters in io.protostuff.compiler.parser with type arguments of type Field Modifier and Type Method Description ProtoWalkerProtoWalker. onField(ProtoWalker.ContextlessProcessor<Field> processor)ProtoWalkerProtoWalker. onField(ProtoWalker.Processor<Field> processor)
-