Class DefaultCollectionTypeContainer

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

public class DefaultCollectionTypeContainer extends Object implements CollectionTypeContainerService
Default registry of CollectionTypeFill implementations for built-in collection types: List, Set, Map, and Stream.
  • Constructor Details

    • DefaultCollectionTypeContainer

      public DefaultCollectionTypeContainer()
      Constructs the container and registers all built-in collection type handlers.
  • Method Details