Class DefaultObjectTypeContainer
java.lang.Object
ru.objectsfill.service.containers.DefaultObjectTypeContainer
- All Implemented Interfaces:
MainContainerService<ObjectTypeFill>,ObjectTypeContainerService
Default registry of
ObjectTypeFill implementations for built-in complex types.
Currently registers only Enum handling.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the container and registers the default Enum type handler. -
Method Summary
Modifier and TypeMethodDescriptionMap<Class<?>,ObjectTypeFill> Returns the container map containing implementations of type `T`, mapped to their corresponding classes.
-
Constructor Details
-
DefaultObjectTypeContainer
public DefaultObjectTypeContainer()Constructs the container and registers the default Enum type handler.
-
-
Method Details
-
getContainer
Returns the container map containing implementations of type `T`, mapped to their corresponding classes.- Specified by:
getContainerin interfaceMainContainerService<ObjectTypeFill>- Returns:
- the container map of implementations of type `T`
-