public class DefaultFixtureMapper extends Object implements FixtureMapper, MapperMediator
| Constructor and Description |
|---|
DefaultFixtureMapper(ConverterFactory converterFactory) |
| Modifier and Type | Method and Description |
|---|---|
FixtureConverter |
getFixtureConverter()
Get FixtureConverter
|
FixtureMapper |
getFixtureMapper()
Get FixtureMapper
|
<T> T |
map(FixtureMap fixtureMap,
Class<T> targetType)
map data by the given type.
|
void |
map(FixtureMap fixtureMap,
Object target)
map data to target object.
|
public DefaultFixtureMapper(ConverterFactory converterFactory)
public <T> T map(FixtureMap fixtureMap, Class<T> targetType)
FixtureMappermap in interface FixtureMapperpublic void map(FixtureMap fixtureMap, Object target)
FixtureMappermap in interface FixtureMapperpublic FixtureMapper getFixtureMapper()
MapperMediatorgetFixtureMapper in interface MapperMediatorpublic FixtureConverter getFixtureConverter()
MapperMediatorgetFixtureConverter in interface MapperMediatorCopyright © 2018. All rights reserved.