| 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 |
IterableMappingMethod
A
MappingMethod implemented by a Mapper class which maps one iterable type to another. |
class |
MapMappingMethod
|
class |
MappingMethodReference
Represents a reference to
MappingMethod. |
| Modifier and Type | Method and Description |
|---|---|
List<MappingMethod> |
Mapper.getMappingMethods() |
| Constructor and Description |
|---|
Mapper(TypeFactory typeFactory,
String packageName,
String interfaceName,
String implementationName,
List<MappingMethod> mappingMethods,
List<MapperReference> referencedMappers,
Options options) |
Copyright © 2012-2013. All Rights Reserved.