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