Class DefaultCollectionTypeContainer
java.lang.Object
ru.objectsfill.service.containers.DefaultCollectionTypeContainer
- All Implemented Interfaces:
CollectionTypeContainerService,MainContainerService<CollectionTypeFill>
public class DefaultCollectionTypeContainer
extends Object
implements CollectionTypeContainerService
The DefaultCollectionTypeContainer class implements the CollectionTypeContainerService interface
and provides a default implementation of the container for CollectionTypeFill instances.
It contains mappings between Class objects and their respective CollectionTypeFill implementations.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new DefaultCollectionTypeContainer and initializes the container with default mappings. -
Method Summary
Modifier and TypeMethodDescriptionReturns the container that holds the mappings between Class objects and CollectionTypeFill implementations.
-
Constructor Details
-
DefaultCollectionTypeContainer
public DefaultCollectionTypeContainer()Constructs a new DefaultCollectionTypeContainer and initializes the container with default mappings.
-
-
Method Details
-
getContainer
Returns the container that holds the mappings between Class objects and CollectionTypeFill implementations.- Specified by:
getContainerin interfaceMainContainerService<CollectionTypeFill>- Returns:
- The container.
-