Interface Configurator<T>


  • public interface Configurator<T>
    • Method Detail

      • init

        void init​(java.lang.String name,
                  Configurator.Mapper<T> mapper)
           throws com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException
      • get

        java.util.List<T> get()
                       throws com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException