Package io.protostuff.runtime
Interface PolymorphicSchema.Factory
- All Known Implementing Classes:
EnumIO,EnumIO.ByName,EnumIO.ByNumber,HasDelegate,HasSchema,NumericIdStrategy.RegisteredDelegate,PolymorphicSchemaFactories
- Enclosing class:
PolymorphicSchema
public static interface PolymorphicSchema.Factory
A factory which creates a schema with the handler connected to it.
-
Method Summary
Modifier and TypeMethodDescriptionnewSchema(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
-
Method Details
-
newSchema
PolymorphicSchema newSchema(Class<?> typeClass, IdStrategy strategy, PolymorphicSchema.Handler handler)
-