Package io.protostuff.runtime
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 io.protostuff.runtime.ExplicitIdStrategy.BaseHS
id
Fields inherited from class io.protostuff.runtime.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