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