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.MessageFactory
Creates newCollection
messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> java.util.Collection<V>
newMessage()
Creates a newCollection
message.java.lang.Class<?>
typeClass()
The type to instantiate.
-