Package | Description |
---|---|
org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
org.mapstruct.ap.internal.model.source.builtin |
Contains "built-in methods" which may be added as private methods to a generated mapper.
|
org.mapstruct.ap.internal.util |
Several helper types dealing with collection types, option management etc.
|
Modifier and Type | Method and Description |
---|---|
MapperConfiguration |
Method.getMapperConfiguration() |
MapperConfiguration |
ForgedMethod.getMapperConfiguration() |
MapperConfiguration |
SourceMethod.getMapperConfiguration() |
Modifier and Type | Method and Description |
---|---|
SourceMethod.Builder |
SourceMethod.Builder.setMapperConfiguration(MapperConfiguration mapperConfig) |
Constructor and Description |
---|
ForgedMethod(String name,
Type sourceType,
Type targetType,
MapperConfiguration mapperConfiguration,
ExecutableElement positionHintElement)
Creates a new forged method with the given name.
|
Modifier and Type | Method and Description |
---|---|
MapperConfiguration |
BuiltInMethod.getMapperConfiguration() |
Modifier and Type | Method and Description |
---|---|
static MapperConfiguration |
MapperConfiguration.getInstanceOn(Element e) |
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.