Uses of Interface
io.protostuff.runtime.PolymorphicSchema.Handler
-
Packages that use PolymorphicSchema.Handler Package Description io.protostuff.runtime -
-
Uses of PolymorphicSchema.Handler in io.protostuff.runtime
Classes in io.protostuff.runtime that implement PolymorphicSchema.Handler Modifier and Type Class Description (package private) class
RuntimeObjectField<T>
A runtime field whose field type isObject
(dynamic).Fields in io.protostuff.runtime declared as PolymorphicSchema.Handler Modifier and Type Field Description (package private) static PolymorphicSchema.Handler
ArraySchemas. GENERIC_HANDLER
protected PolymorphicSchema.Handler
ArraySchemas.Base. handler
Methods in io.protostuff.runtime with parameters of type PolymorphicSchema.Handler Modifier and Type Method Description (package private) static ArraySchemas.Base
ArraySchemas. newSchema(int id, java.lang.Class<?> compontentType, java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
PolymorphicSchema
EnumIO. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
PolymorphicSchema
HasDelegate. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
PolymorphicSchema
HasSchema. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
PolymorphicSchema
PolymorphicSchema.Factory. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
-