Package io.protostuff
Interface CollectionSchema.MessageFactory
-
- All Known Implementing Classes:
CollectionSchema.MessageFactories,DefaultIdStrategy.RuntimeCollectionFactory,ExplicitIdStrategy.RegisteredCollectionFactory,IncrementalIdStrategy.RuntimeCollectionFactory
- Enclosing class:
- CollectionSchema<V>
public static interface CollectionSchema.MessageFactoryCreates newCollectionmessages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> java.util.Collection<V>newMessage()Creates a newCollectionmessage.java.lang.Class<?>typeClass()The type to instantiate.
-