| Package | Description |
|---|---|
| org.mapstruct.ap.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| org.mapstruct.ap.model.source.builtin |
Contains "built-in methods" which may be added as private methods to a generated mapper.
|
| org.mapstruct.ap.util |
Several helper types dealing with collection types, option management etc.
|
| Modifier and Type | Method and Description |
|---|---|
MapperConfiguration |
ForgedMethod.getMapperConfiguration() |
MapperConfiguration |
SourceMethod.getMapperConfiguration() |
MapperConfiguration |
Method.getMapperConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SourceMethod.Builder |
SourceMethod.Builder.setMapperConfiguration(MapperConfiguration mapperConfig) |
| Modifier and Type | Method and Description |
|---|---|
MapperConfiguration |
BuiltInMethod.getMapperConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static MapperConfiguration |
MapperConfiguration.getInstanceOn(Element e) |
Copyright © 2012-2015. All Rights Reserved.