Uses of Class
io.protostuff.WireFormat.FieldType
-
Packages that use WireFormat.FieldType Package Description io.protostuff io.protostuff.runtime -
-
Uses of WireFormat.FieldType in io.protostuff
Methods in io.protostuff that return WireFormat.FieldType Modifier and Type Method Description static WireFormat.FieldType
WireFormat.FieldType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WireFormat.FieldType[]
WireFormat.FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WireFormat.FieldType in io.protostuff.runtime
Fields in io.protostuff.runtime declared as WireFormat.FieldType Modifier and Type Field Description WireFormat.FieldType
Field. type
Methods in io.protostuff.runtime that return WireFormat.FieldType Modifier and Type Method Description WireFormat.FieldType
Delegate. getFieldType()
The field type (for possible reflective operations in future releases).Constructors in io.protostuff.runtime with parameters of type WireFormat.FieldType Constructor Description Field(WireFormat.FieldType type, int number, java.lang.String name, boolean repeated, Tag tag)
Field(WireFormat.FieldType type, int number, java.lang.String name, Tag tag)
RuntimeCollectionField(WireFormat.FieldType type, int number, java.lang.String name, Tag tag, CollectionSchema.MessageFactory messageFactory, boolean allowNullElement)
RuntimeDerivativeField(java.lang.Class<java.lang.Object> typeClass, WireFormat.FieldType type, int number, java.lang.String name, boolean repeated, Tag tag, IdStrategy strategy)
RuntimeMapField(WireFormat.FieldType type, int number, java.lang.String name, Tag tag, MapSchema.MessageFactory messageFactory)
RuntimeMessageField(java.lang.Class<P> typeClass, HasSchema<P> hasSchema, WireFormat.FieldType type, int number, java.lang.String name, boolean repeated, Tag tag)
RuntimeObjectField(java.lang.Class<?> typeClass, WireFormat.FieldType type, int number, java.lang.String name, boolean repeated, Tag tag, PolymorphicSchema.Factory factory, IdStrategy strategy)
-