Package io.protostuff
Interface MapSchema.MessageFactory
-
- All Known Implementing Classes:
DefaultIdStrategy.RuntimeMapFactory
,ExplicitIdStrategy.RegisteredMapFactory
,IncrementalIdStrategy.RuntimeMapFactory
,MapSchema.MessageFactories
public static interface MapSchema.MessageFactory
Creates newMap
messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
java.util.Map<K,V>newMessage()
Creates a newMap
message.java.lang.Class<?>
typeClass()
The type to instantiate.
-