Uses of Interface
io.protostuff.runtime.PolymorphicSchema.Factory
-
Packages that use PolymorphicSchema.Factory Package Description io.protostuff.runtime -
-
Uses of PolymorphicSchema.Factory in io.protostuff.runtime
Classes in io.protostuff.runtime that implement PolymorphicSchema.Factory Modifier and Type Class Description (package private) static classDefaultIdStrategy.Lazy<T>(package private) static classDefaultIdStrategy.LazyRegister<T>(package private) static classDefaultIdStrategy.Mapped<T>(package private) static classDefaultIdStrategy.Registered<T>classEnumIO<E extends java.lang.Enum<E>>Determines how enums are serialized/deserialized.static classEnumIO.ByName<E extends java.lang.Enum<E>>Reads the enum by its name.static classEnumIO.ByNumber<E extends java.lang.Enum<E>>Reads the enum by its number.(package private) static classExplicitIdStrategy.BaseHS<T>(package private) static classExplicitIdStrategy.Lazy<T>(package private) static classExplicitIdStrategy.Registered<T>classHasDelegate<T>Wraps a delegate.classHasSchema<T>Wraps a schema.(package private) static classIncrementalIdStrategy.BaseHS<T>(package private) static classIncrementalIdStrategy.Lazy<T>(package private) static classIncrementalIdStrategy.LazyRegister<T>(package private) static classIncrementalIdStrategy.Registered<T>protected static classNumericIdStrategy.RegisteredDelegate<T>classPolymorphicSchemaFactoriesPolymorphic types.Methods in io.protostuff.runtime that return PolymorphicSchema.Factory Modifier and Type Method Description static PolymorphicSchema.FactoryPolymorphicSchemaFactories. getFactoryFromField(java.lang.reflect.Field f, IdStrategy strategy)static PolymorphicSchema.FactoryPolymorphicSchemaFactories. getFactoryFromRepeatedValueGenericType(java.lang.Class<?> clazz)Methods in io.protostuff.runtime with parameters of type PolymorphicSchema.Factory Modifier and Type Method Description private static <T> Field<T>RuntimeRepeatedFieldFactory. createCollectionObjectV(int number, java.lang.String name, java.lang.reflect.Field f, CollectionSchema.MessageFactory messageFactory, java.lang.Class<java.lang.Object> genericType, PolymorphicSchema.Factory factory, IdStrategy strategy)Constructors in io.protostuff.runtime with parameters of type PolymorphicSchema.Factory Constructor Description RuntimeObjectField(java.lang.Class<?> typeClass, WireFormat.FieldType type, int number, java.lang.String name, boolean repeated, Tag tag, PolymorphicSchema.Factory factory, IdStrategy strategy)
-