Package io.protostuff.runtime
Class ExplicitIdStrategy.RegisteredMapFactory
java.lang.Object
io.protostuff.runtime.ExplicitIdStrategy.RegisteredMapFactory
- All Implemented Interfaces:
MapSchema.MessageFactory
- Enclosing class:
ExplicitIdStrategy
static final class ExplicitIdStrategy.RegisteredMapFactory
extends Object
implements MapSchema.MessageFactory
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final MapSchema.MessageFactory
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
final int id -
factory
-
-
Constructor Details
-
RegisteredMapFactory
-
-
Method Details
-
newMessage
Description copied from interface:MapSchema.MessageFactory
Creates a newMap
message.- Specified by:
newMessage
in interfaceMapSchema.MessageFactory
-
typeClass
Description copied from interface:MapSchema.MessageFactory
The type to instantiate.- Specified by:
typeClass
in interfaceMapSchema.MessageFactory
-