org.sfm.map.impl
public class MapperImpl<S,T> extends AbstractMapperImpl<S,T>
| Constructor and Description |
|---|
MapperImpl(FieldMapper<S,T>[] fieldMappers,
FieldMapper<S,T>[] constructorMappers,
Instantiator<S,T> instantiator,
MappingContextFactory<S> mappingContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
mapFields(S source,
T target,
MappingContext<S> mappingContext) |
protected void |
mapToFields(S source,
T target,
MappingContext<S> mappingContext) |
String |
toString() |
appendToStringBuilder, map, map, mapTo, newMappingContextpublic MapperImpl(FieldMapper<S,T>[] fieldMappers, FieldMapper<S,T>[] constructorMappers, Instantiator<S,T> instantiator, MappingContextFactory<S> mappingContextFactory)
protected final void mapFields(S source, T target, MappingContext<S> mappingContext) throws Exception
mapFields in class AbstractMapperImpl<S,T>Exceptionprotected final void mapToFields(S source, T target, MappingContext<S> mappingContext) throws Exception
mapToFields in class AbstractMapperImpl<S,T>ExceptionCopyright © 2015. All rights reserved.