Package io.protostuff.runtime
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
static final class DefaultIdStrategy.Mapped<T> extends HasSchema<T>
-
-
Constructor Summary
Constructors Constructor Description Mapped(java.lang.Class<? super T> baseClass, java.lang.Class<T> typeClass, IdStrategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pipe.Schema<T>
getPipeSchema()
Gets the pipe schema.Schema<T>
getSchema()
Gets the schema.
-
-
-
Constructor Detail
-
Mapped
Mapped(java.lang.Class<? super T> baseClass, java.lang.Class<T> typeClass, IdStrategy strategy)
-
-
Method Detail
-
getPipeSchema
public Pipe.Schema<T> getPipeSchema()
Description copied from class:HasSchema
Gets the pipe schema.- Specified by:
getPipeSchema
in classHasSchema<T>
-
-