Uses of Interface
io.protostuff.runtime.PolymorphicSchema.Handler
Packages that use PolymorphicSchema.Handler
-
Uses of PolymorphicSchema.Handler in io.protostuff.runtime
Classes in io.protostuff.runtime that implement PolymorphicSchema.HandlerModifier and TypeClassDescription(package private) class
A runtime field whose field type isObject
(dynamic).Fields in io.protostuff.runtime declared as PolymorphicSchema.HandlerModifier and TypeFieldDescription(package private) static final PolymorphicSchema.Handler
ArraySchemas.GENERIC_HANDLER
protected final PolymorphicSchema.Handler
ArraySchemas.Base.handler
Methods in io.protostuff.runtime with parameters of type PolymorphicSchema.HandlerModifier and TypeMethodDescription(package private) static ArraySchemas.Base
ArraySchemas.newSchema
(int id, Class<?> compontentType, Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler) EnumIO.newSchema
(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler) final PolymorphicSchema
HasDelegate.newSchema
(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler) HasSchema.newSchema
(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler) PolymorphicSchema.Factory.newSchema
(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler) Constructors in io.protostuff.runtime with parameters of type PolymorphicSchema.HandlerModifierConstructorDescriptionBase
(IdStrategy strategy, PolymorphicSchema.Handler handler) (package private)
BigDecimalArray
(IdStrategy strategy, PolymorphicSchema.Handler handler) (package private)
BigIntegerArray
(IdStrategy strategy, PolymorphicSchema.Handler handler) (package private)
BoolArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) (package private)
ByteArrayArray
(IdStrategy strategy, PolymorphicSchema.Handler handler) (package private)
ByteStringArray
(IdStrategy strategy, PolymorphicSchema.Handler handler) (package private)
CharArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) (package private)
DateArray
(IdStrategy strategy, PolymorphicSchema.Handler handler) DelegateArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, Delegate<Object> delegate) (package private)
DoubleArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) EnumArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, EnumIO<?> eio) (package private)
FloatArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) (package private)
Int32Array
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) (package private)
Int64Array
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) PojoArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, HasSchema<Object> hs) (package private)
ShortArray
(IdStrategy strategy, PolymorphicSchema.Handler handler, boolean primitive) (package private)
StringArray
(IdStrategy strategy, PolymorphicSchema.Handler handler)