be.ehealth.technicalconnector.mapper.impl
Class MapperDozerImpl
java.lang.Object
be.ehealth.technicalconnector.mapper.impl.MapperDozerImpl
- All Implemented Interfaces:
- Mapper, ConfigurableImplementation
public final class MapperDozerImpl
- extends Object
- implements Mapper, ConfigurableImplementation
Implementation of Mapper
using the Dozer technology.
MapperDozerImpl
public MapperDozerImpl()
initialize
public void initialize(Map<String,Object> parameterMap)
throws TechnicalConnectorException
- Description copied from interface:
ConfigurableImplementation
- initializes the implementation with additional parameters.
- Specified by:
initialize
in interface ConfigurableImplementation
- Parameters:
parameterMap
- Map with for each propertyString ,the input parameter as Object.
- Throws:
TechnicalConnectorException
- if the parameterMap is not correct.- See Also:
ConfigurableImplementation.initialize(java.util.Map)
map
public <T> T map(Object source,
Class<T> clazz)
- Specified by:
map
in interface Mapper
- See Also:
Mapper.map(java.lang.Object, java.lang.Class)
Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.