Package io.protostuff.runtime
Class ExplicitIdStrategy.BaseHS<T>
java.lang.Object
io.protostuff.runtime.HasSchema<T>
io.protostuff.runtime.ExplicitIdStrategy.BaseHS<T>
- All Implemented Interfaces:
PolymorphicSchema.Factory
- Direct Known Subclasses:
ExplicitIdStrategy.Lazy
,ExplicitIdStrategy.Registered
- Enclosing class:
ExplicitIdStrategy
-
Field Summary
FieldsFields inherited from class io.protostuff.runtime.HasSchema
genericElementSchema, strategy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.protostuff.runtime.HasSchema
getPipeSchema, getSchema, newSchema
-
Field Details
-
id
final int id
-
-
Constructor Details
-
BaseHS
BaseHS(int id, IdStrategy strategy)
-