Interface CollectionSchema.MessageFactory
- All Known Implementing Classes:
CollectionSchema.MessageFactories
- Enclosing class:
CollectionSchema<V>
public static interface CollectionSchema.MessageFactory
Creates new
Collection messages.- Author:
- David Yu
-
Method Summary
Modifier and TypeMethodDescription<V> Collection<V> Creates a newCollectionmessage.Class<?> The type to instantiate.
-
Method Details
-
newMessage
Creates a newCollectionmessage. -
typeClass
Class<?> typeClass()The type to instantiate.
-