Interface Configurator.Mapper<T>

  • Type Parameters:
    T - The object type used to store the configuration
    Enclosing interface:
    Configurator<T>

    public static interface Configurator.Mapper<T>
    Maps a Document used as configuration to an object
    Author:
    Christopher Laszczuk
    • Method Detail

      • map

        T map​(com.flower.docs.domain.document.Document document)
        throws com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException