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 aDocument
used as configuration to an object- Author:
- Christopher Laszczuk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
map(com.flower.docs.domain.document.Document document)
-
-
-
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
-
-