Class DefaultCollectionTypeContainer

java.lang.Object
ru.objectsfill.service.containers.DefaultCollectionTypeContainer
All Implemented Interfaces:
CollectionTypeContainerService, MainContainerService<CollectionTypeFill>

public class DefaultCollectionTypeContainer extends Object implements CollectionTypeContainerService
The DefaultCollectionTypeContainer class implements the CollectionTypeContainerService interface and provides a default implementation of the container for CollectionTypeFill instances. It contains mappings between Class objects and their respective CollectionTypeFill implementations.
  • Constructor Details

    • DefaultCollectionTypeContainer

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