| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PropertyMapping> |
BeanMappingMethod.getConstantMappings() |
java.util.List<PropertyMapping> |
BeanMappingMethod.getPropertyMappings() |
java.util.Map<java.lang.String,java.util.List<PropertyMapping>> |
BeanMappingMethod.getPropertyMappingsByParameter() |
| Constructor and Description |
|---|
BeanMappingMethod(SourceMethod method,
java.util.List<PropertyMapping> propertyMappings,
FactoryMethod factoryMethod) |
Copyright © 2012-2014. All Rights Reserved.