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 new
Collection
messages.-
Method Summary
Modifier and TypeMethodDescription<V> Collection
<V> Creates a newCollection
message.Class
<?> The type to instantiate.
-
Method Details
-
newMessage
Creates a newCollection
message. -
typeClass
Class<?> typeClass()The type to instantiate.
-