public static interface MappingBuilderContext.MappingResolver
| Modifier and Type | Method and Description |
|---|---|
Assignment |
getTargetAssignment(Method mappingMethod,
String mappedElement,
Type sourceType,
Type targetType,
String targetPropertyName,
String dateFormat,
List<TypeMirror> qualifiers,
String sourceReference)
returns a parameter assignment
|
Set<VirtualMappingMethod> |
getUsedVirtualMappings() |
Assignment getTargetAssignment(Method mappingMethod, String mappedElement, Type sourceType, Type targetType, String targetPropertyName, String dateFormat, List<TypeMirror> qualifiers, String sourceReference)
mappingMethod - target mapping methodmappedElement - used for error messagessourceType - parameter to matchtargetType - return type to matchtargetPropertyName - name of the target propertydateFormat - used for formatting dates in build in methods that need context informationqualifiers - used for further select the appropriate mapping method based on class and namesourceReference - call to source type as stringSet<VirtualMappingMethod> getUsedVirtualMappings()
Copyright © 2012-2014. All Rights Reserved.