| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanMappingMethod
A
MappingMethod implemented by a Mapper class which maps one
bean type to another, optionally configured by one or more
PropertyMappings. |
class |
DelegatingMethod
A method of a decorator which delegates to the corresponding method of the generated mapper implementation.
|
class |
EnumMappingMethod
A
MappingMethod which maps one enum type to another, optionally configured by one or more
EnumMappings. |
class |
IterableMappingMethod
A
MappingMethod implemented by a Mapper class which maps one iterable type to another. |
class |
MapMappingMethod
|
class |
MethodReference
Represents a reference to
MappingMethod. |
class |
VirtualMappingMethod
A mapping method which is not based on an actual method declared in the original mapper interface but is added as
private method to map a certain source/target type combination.
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingMethod> |
GeneratedType.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
static Decorator |
Decorator.getInstance(Elements elementUtils,
TypeFactory typeFactory,
TypeElement mapperElement,
DecoratedWithPrism decoratorPrism,
List<MappingMethod> methods,
boolean hasDelegateConstructor,
boolean suppressGeneratorTimestamp) |
Mapper.Builder |
Mapper.Builder.mappingMethods(List<MappingMethod> mappingMethods) |
| Constructor and Description |
|---|
GeneratedType(TypeFactory typeFactory,
String packageName,
String name,
String superClassName,
String interfaceName,
List<MappingMethod> methods,
List<? extends ModelElement> fields,
boolean suppressGeneratorTimestamp,
Accessibility accessibility) |
Copyright © 2012-2014. All Rights Reserved.