Package io.protostuff.runtime
Class NumericIdStrategy.RegisteredDelegate<T>
java.lang.Object
io.protostuff.runtime.HasDelegate<T>
io.protostuff.runtime.NumericIdStrategy.RegisteredDelegate<T>
- All Implemented Interfaces:
PolymorphicSchema.Factory
- Enclosing class:
NumericIdStrategy
-
Field Summary
FieldsFields inherited from class io.protostuff.runtime.HasDelegate
delegate, genericElementSchema, strategy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.protostuff.runtime.HasDelegate
getDelegate, newSchema
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
RegisteredDelegate
RegisteredDelegate(int id, Delegate<T> delegate, IdStrategy strategy)
-