Package io.protostuff.runtime
Class IncrementalIdStrategy.Registered<T>
- java.lang.Object
-
- io.protostuff.runtime.HasSchema<T>
-
- io.protostuff.runtime.IncrementalIdStrategy.BaseHS<T>
-
- io.protostuff.runtime.IncrementalIdStrategy.Registered<T>
-
- All Implemented Interfaces:
PolymorphicSchema.Factory
- Enclosing class:
- IncrementalIdStrategy
static final class IncrementalIdStrategy.Registered<T> extends IncrementalIdStrategy.BaseHS<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Pipe.Schema<T>
pipeSchema
(package private) Schema<T>
schema
-
Fields inherited from class io.protostuff.runtime.IncrementalIdStrategy.BaseHS
id
-
Fields inherited from class io.protostuff.runtime.HasSchema
genericElementSchema, strategy
-
-
Constructor Summary
Constructors Constructor Description Registered(int id, Schema<T> schema, Pipe.Schema<T> pipeSchema, IdStrategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pipe.Schema<T>
getPipeSchema()
Gets the pipe schema.Schema<T>
getSchema()
Gets the schema.
-
-
-
Field Detail
-
pipeSchema
final Pipe.Schema<T> pipeSchema
-
-
Constructor Detail
-
Registered
Registered(int id, Schema<T> schema, Pipe.Schema<T> pipeSchema, IdStrategy strategy)
-
-
Method Detail
-
getPipeSchema
public Pipe.Schema<T> getPipeSchema()
Description copied from class:HasSchema
Gets the pipe schema.- Specified by:
getPipeSchema
in classHasSchema<T>
-
-