| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.model.assignment |
Meta-model of assignments.
|
| Modifier and Type | Method and Description |
|---|---|
FactoryMethod |
BeanMappingMethod.getFactoryMethod() |
FactoryMethod |
IterableMappingMethod.getFactoryMethod() |
FactoryMethod |
MapMappingMethod.getFactoryMethod() |
| Constructor and Description |
|---|
BeanMappingMethod(SourceMethod method,
java.util.List<PropertyMapping> propertyMappings,
FactoryMethod factoryMethod) |
IterableMappingMethod(SourceMethod method,
Assignment parameterAssignment,
FactoryMethod factoryMethod) |
MapMappingMethod(SourceMethod method,
Assignment keyAssignment,
Assignment valueAssignment,
FactoryMethod factoryMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodReference
Represents a reference to
MappingMethod. |
| Modifier and Type | Method and Description |
|---|---|
static FactoryMethod |
AssignmentFactory.createFactory(SourceMethod method,
MapperReference declaringMapper) |
Copyright © 2012-2014. All Rights Reserved.