Package io.protostuff.runtime
Class IncrementalIdStrategy.Lazy<T>
java.lang.Object
io.protostuff.runtime.HasSchema<T>
io.protostuff.runtime.IncrementalIdStrategy.BaseHS<T>
io.protostuff.runtime.IncrementalIdStrategy.LazyRegister<T>
io.protostuff.runtime.IncrementalIdStrategy.Lazy<T>
- All Implemented Interfaces:
PolymorphicSchema.Factory
- Enclosing class:
IncrementalIdStrategy
-
Field Summary
Fields inherited from class io.protostuff.runtime.IncrementalIdStrategy.LazyRegister
typeClass
Fields inherited from class io.protostuff.runtime.IncrementalIdStrategy.BaseHS
id
Fields inherited from class io.protostuff.runtime.HasSchema
genericElementSchema, strategy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.protostuff.runtime.IncrementalIdStrategy.LazyRegister
getPipeSchema, getSchema
-
Constructor Details
-
Lazy
Lazy(Class<T> typeClass, IdStrategy strategy)
-