Class DefaultBoxTypeContainer
java.lang.Object
ru.objectsfill.service.containers.DefaultBoxTypeContainer
- All Implemented Interfaces:
BoxTypeContainerService,MainContainerService<BoxTypeFill>
Default registry of
BoxTypeFill implementations for all built-in types:
primitives, wrappers, String, UUID, BigDecimal, and Date.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the container and registers all built-in type handlers. -
Method Summary
Modifier and TypeMethodDescriptionMap<Class<?>,BoxTypeFill> Returns the container map containing implementations of type `T`, mapped to their corresponding classes.
-
Constructor Details
-
DefaultBoxTypeContainer
public DefaultBoxTypeContainer()Constructs the container and registers all built-in type handlers.
-
-
Method Details
-
getContainer
Returns the container map containing implementations of type `T`, mapped to their corresponding classes.- Specified by:
getContainerin interfaceMainContainerService<BoxTypeFill>- Returns:
- the container map of implementations of type `T`
-