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) classRuntimeObjectField<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.HandlerArraySchemas. GENERIC_HANDLERprotected PolymorphicSchema.HandlerArraySchemas.Base. handlerMethods in io.protostuff.runtime with parameters of type PolymorphicSchema.Handler Modifier and Type Method Description (package private) static ArraySchemas.BaseArraySchemas. newSchema(int id, java.lang.Class<?> compontentType, java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)PolymorphicSchemaEnumIO. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)PolymorphicSchemaHasDelegate. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)PolymorphicSchemaHasSchema. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)PolymorphicSchemaPolymorphicSchema.Factory. newSchema(java.lang.Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
-