Uses of Enum
io.protostuff.WireFormat.FieldType
Packages that use WireFormat.FieldType
-
Uses of WireFormat.FieldType in io.protostuff
Subclasses with type arguments of type WireFormat.FieldType in io.protostuffModifier and TypeClassDescriptionstatic enumThis is here to support runtime schemas.Methods in io.protostuff that return WireFormat.FieldTypeModifier and TypeMethodDescriptionstatic WireFormat.FieldTypeReturns 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.FieldTypeMethods in io.protostuff.runtime that return WireFormat.FieldTypeModifier and TypeMethodDescriptionDelegate.getFieldType()The field type (for possible reflective operations in future releases).Constructors in io.protostuff.runtime with parameters of type WireFormat.FieldTypeModifierConstructorDescriptionField(WireFormat.FieldType type, int number, String name, boolean repeated, Tag tag) Field(WireFormat.FieldType type, int number, String name, Tag tag) RuntimeCollectionField(WireFormat.FieldType type, int number, String name, Tag tag, CollectionSchema.MessageFactory messageFactory, boolean allowNullElement) RuntimeDerivativeField(Class<Object> typeClass, WireFormat.FieldType type, int number, String name, boolean repeated, Tag tag, IdStrategy strategy) RuntimeMapField(WireFormat.FieldType type, int number, String name, Tag tag, MapSchema.MessageFactory messageFactory) RuntimeMessageField(Class<P> typeClass, HasSchema<P> hasSchema, WireFormat.FieldType type, int number, String name, boolean repeated, Tag tag) RuntimeObjectField(Class<?> typeClass, WireFormat.FieldType type, int number, String name, boolean repeated, Tag tag, PolymorphicSchema.Factory factory, IdStrategy strategy)