Class DefaultBoxTypeContainer

java.lang.Object
ru.objectsfill.service.containers.DefaultBoxTypeContainer
All Implemented Interfaces:
BoxTypeContainerService, MainContainerService<BoxTypeFill>

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

    • DefaultBoxTypeContainer

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