Class DefaultObjectTypeContainer

java.lang.Object
ru.objectsfill.service.containers.DefaultObjectTypeContainer
All Implemented Interfaces:
MainContainerService<ObjectTypeFill>, ObjectTypeContainerService

public class DefaultObjectTypeContainer extends Object implements 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 Details

    • DefaultObjectTypeContainer

      public DefaultObjectTypeContainer()
      Constructs a new DefaultObjectTypeContainer and initializes the container with default mappings.
  • Method Details