| Package | Description |
|---|---|
| org.mapstruct.ap.model |
| Modifier and Type | Method and Description |
|---|---|
MappingMethod |
MappingMethod.getElementMappingMethod() |
MappingMethod |
PropertyMapping.getMappingMethod() |
MappingMethod |
BeanMapping.getMappingMethod() |
MappingMethod |
PropertyMapping.getReverseMappingMethod() |
MappingMethod |
BeanMapping.getReverseMappingMethod() |
| Constructor and Description |
|---|
BeanMapping(Type sourceType,
Type targetType,
List<PropertyMapping> propertyMappings,
MappingMethod mappingMethod,
MappingMethod reverseMappingMethod,
String toConversion,
String fromConversion) |
MappingMethod(Type declaringMapper,
String name,
String parameterName,
MappingMethod elementMappingMethod) |
PropertyMapping(String sourceReadAccessorName,
String sourceWriteAccessorName,
Type sourceType,
String targetReadAccessorName,
String targetWriteAccessorName,
Type targetType,
MappingMethod mappingMethod,
MappingMethod reverseMappingMethod,
String toConversion,
String fromConversion) |
Copyright © 2012-2013. All Rights Reserved.