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