Class DefaultBoxTypeContainer

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

public class DefaultBoxTypeContainer extends Object implements BoxTypeContainerService
Default registry of BoxTypeFill implementations for all built-in types: primitives, wrappers, String, UUID, BigDecimal, and Date.
  • Constructor Details

    • DefaultBoxTypeContainer

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