Uses of Interface
io.protostuff.runtime.PolymorphicSchema.Handler
Packages that use PolymorphicSchema.Handler
-
Uses of PolymorphicSchema.Handler in io.protostuff.runtime
Fields in io.protostuff.runtime declared as PolymorphicSchema.HandlerModifier and TypeFieldDescriptionprotected final PolymorphicSchema.HandlerArraySchemas.Base.handlerMethods in io.protostuff.runtime with parameters of type PolymorphicSchema.HandlerModifier and TypeMethodDescriptionEnumIO.newSchema(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler) final PolymorphicSchemaHasDelegate.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) DelegateArray(IdStrategy strategy, PolymorphicSchema.Handler handler, Delegate<Object> delegate) EnumArray(IdStrategy strategy, PolymorphicSchema.Handler handler, EnumIO<?> eio) PojoArray(IdStrategy strategy, PolymorphicSchema.Handler handler, HasSchema<Object> hs)