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