public interface FixtureMapper
FixtureMap to target instance.| Modifier and Type | Method and Description |
|---|---|
<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.
|
<T> T map(FixtureMap fixtureMap, Class<T> targetType)
void map(FixtureMap fixtureMap, Object target)
fixtureMap - target - Copyright © 2018. All rights reserved.