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
protected static final class NumericIdStrategy.RegisteredDelegate<T> extends HasDelegate<T>
-
-
Field Summary
Fields Modifier and Type Field Description int
id
-
Fields inherited from class io.protostuff.runtime.HasDelegate
delegate, genericElementSchema, strategy
-
-
Constructor Summary
Constructors Constructor Description RegisteredDelegate(int id, Delegate<T> delegate, IdStrategy strategy)
-
Method Summary
-
Methods inherited from class io.protostuff.runtime.HasDelegate
getDelegate, newSchema
-
-
-
-
Constructor Detail
-
RegisteredDelegate
RegisteredDelegate(int id, Delegate<T> delegate, IdStrategy strategy)
-
-