| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Method and Description |
|---|---|
MethodReference |
IterableMappingMethod.getElementMappingMethod() |
MethodReference |
BeanMappingMethod.getFactoryMethod() |
MethodReference |
IterableMappingMethod.getFactoryMethod() |
MethodReference |
MapMappingMethod.getFactoryMethod() |
MethodReference |
MapMappingMethod.getKeyMappingMethod() |
MethodReference |
PropertyMapping.getMappingMethod() |
MethodReference |
MethodReference.getMethodRefChild() |
MethodReference |
MapMappingMethod.getValueMappingMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodReference.setMethodRefChild(MethodReference methodRefChild) |
| Constructor and Description |
|---|
BeanMappingMethod(SourceMethod method,
List<PropertyMapping> propertyMappings,
MethodReference factoryMethod) |
IterableMappingMethod(SourceMethod method,
MethodReference elementMappingMethod,
TypeConversion conversion,
MethodReference factoryMethod) |
MapMappingMethod(SourceMethod method,
MethodReference keyMappingMethod,
TypeConversion keyConversion,
MethodReference valueMappingMethod,
TypeConversion valueConversion,
MethodReference factoryMethod) |
PropertyMapping(String sourceBeanName,
String sourceName,
String sourceAccessorName,
Type sourceType,
String targetName,
String targetAccessorName,
Type targetType,
MethodReference mappingMethod,
TypeConversion conversion) |
Copyright © 2012-2014. All Rights Reserved.