| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Method and Description |
|---|---|
MappingMethodReference |
IterableMappingMethod.getElementMappingMethod() |
MappingMethodReference |
MapMappingMethod.getKeyMappingMethod() |
MappingMethodReference |
PropertyMapping.getMappingMethod() |
MappingMethodReference |
MapMappingMethod.getValueMappingMethod() |
| Constructor and Description |
|---|
IterableMappingMethod(Method method,
MappingMethodReference elementMappingMethod,
TypeConversion conversion) |
MapMappingMethod(Method method,
MappingMethodReference keyMappingMethod,
TypeConversion keyConversion,
MappingMethodReference valueMappingMethod,
TypeConversion valueConversion) |
PropertyMapping(String sourceBeanName,
String sourceName,
String sourceAccessorName,
Type sourceType,
String targetName,
String targetAccessorName,
Type targetType,
MappingMethodReference mappingMethod,
TypeConversion conversion) |
Copyright © 2012-2013. All Rights Reserved.