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