Uses of Annotation Interface
io.protostuff.Tag
Packages that use Tag
-
Uses of Tag in io.protostuff.runtime
Constructors in io.protostuff.runtime with parameters of type TagModifierConstructorDescriptionField
(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)