Package io.protostuff.runtime
Class DefaultIdStrategy.RuntimeMapFactory
java.lang.Object
io.protostuff.runtime.DefaultIdStrategy.RuntimeMapFactory
- All Implemented Interfaces:
MapSchema.MessageFactory
- Enclosing class:
DefaultIdStrategy
static final class DefaultIdStrategy.RuntimeMapFactory
extends Object
implements MapSchema.MessageFactory
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final RuntimeEnv.Instantiator
<?> (package private) final Class
<?> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mapClass
-
instantiator
-
-
Constructor Details
-
RuntimeMapFactory
-
-
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
-