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
abstract static class ExplicitIdStrategy.BaseHS<T> extends HasSchema<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
id
-
Fields inherited from class io.protostuff.runtime.HasSchema
genericElementSchema, strategy
-
-
Constructor Summary
Constructors Constructor Description BaseHS(int id, IdStrategy strategy)
-
Method Summary
-
Methods inherited from class io.protostuff.runtime.HasSchema
getPipeSchema, getSchema, newSchema
-
-
-
-
Constructor Detail
-
BaseHS
BaseHS(int id, IdStrategy strategy)
-
-