Class DefaultIdStrategy.Mapped<T>
java.lang.Object
io.protostuff.runtime.HasSchema<T>
io.protostuff.runtime.DefaultIdStrategy.Mapped<T>
- All Implemented Interfaces:
PolymorphicSchema.Factory
- Enclosing class:
DefaultIdStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class HasSchema
genericElementSchema, strategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the pipe schema.Gets the schema.
-
Field Details
-
baseClass
-
typeClass
-
wrapper
-
-
Constructor Details
-
Mapped
Mapped(Class<? super T> baseClass, Class<T> typeClass, IdStrategy strategy)
-
-
Method Details
-
getSchema
-
getPipeSchema
Description copied from class:HasSchemaGets the pipe schema.- Specified by:
getPipeSchemain classHasSchema<T>
-