Uses of Interface
org.teamapps.message.protocol.model.ModelCollection
| Package | Description |
|---|---|
| org.teamapps.message.protocol.builder | |
| org.teamapps.message.protocol.message | |
| org.teamapps.message.protocol.model | |
| org.teamapps.message.protocol.service |
-
Uses of ModelCollection in org.teamapps.message.protocol.builder
Methods in org.teamapps.message.protocol.builder with parameters of type ModelCollection Modifier and Type Method Description static voidMessagePojoBuilder. createPojos(ModelCollection modelCollection, java.io.File directory) -
Uses of ModelCollection in org.teamapps.message.protocol.message
Classes in org.teamapps.message.protocol.message that implement ModelCollection Modifier and Type Class Description classMessageModelCollectionMethods in org.teamapps.message.protocol.message with parameters of type ModelCollection Modifier and Type Method Description ModelRegistryMessageModelRegistry. addModelCollection(ModelCollection collection)Constructors in org.teamapps.message.protocol.message with parameters of type ModelCollection Constructor Description Message(Message message, ModelCollection modelCollection)MessageAttributeImpl(MessageAttributeImpl attribute, AttributeDefinition remappedDefinition, ModelCollection modelCollection)MessageModelRegistry(ModelCollection collection) -
Uses of ModelCollection in org.teamapps.message.protocol.model
Methods in org.teamapps.message.protocol.model that return ModelCollection Modifier and Type Method Description ModelCollectionModelCollectionProvider. getModelCollection()Methods in org.teamapps.message.protocol.model with parameters of type ModelCollection Modifier and Type Method Description ModelRegistryModelRegistry. addModelCollection(ModelCollection collection) -
Uses of ModelCollection in org.teamapps.message.protocol.service
Methods in org.teamapps.message.protocol.service with parameters of type ModelCollection Modifier and Type Method Description voidClusterServiceRegistry. registerModelCollection(ModelCollection modelCollection)