public class BeanMapping extends Object
| Constructor and Description |
|---|
BeanMapping(Type sourceType,
Type targetType,
List<PropertyMapping> propertyMappings,
MappingMethod mappingMethod,
MappingMethod reverseMappingMethod,
String toConversion,
String fromConversion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromConversion() |
MappingMethod |
getMappingMethod() |
List<PropertyMapping> |
getPropertyMappings() |
MappingMethod |
getReverseMappingMethod() |
Type |
getSourceType() |
Type |
getTargetType() |
String |
getToConversion() |
boolean |
isIterableMapping() |
String |
toString() |
public BeanMapping(Type sourceType, Type targetType, List<PropertyMapping> propertyMappings, MappingMethod mappingMethod, MappingMethod reverseMappingMethod, String toConversion, String fromConversion)
public Type getSourceType()
public Type getTargetType()
public List<PropertyMapping> getPropertyMappings()
public MappingMethod getMappingMethod()
public MappingMethod getReverseMappingMethod()
public boolean isIterableMapping()
public String getToConversion()
public String getFromConversion()
Copyright © 2012-2013. All Rights Reserved.