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.MessageFactoryCreates a newMapmessage.- Specified by:
newMessagein interfaceMapSchema.MessageFactory
-
typeClass
Description copied from interface:MapSchema.MessageFactoryThe type to instantiate.- Specified by:
typeClassin interfaceMapSchema.MessageFactory
-