| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| Modifier and Type | Method and Description |
|---|---|
ForgedMethodHistory |
ForgedMethod.getHistory() |
| Constructor and Description |
|---|
ForgedMethod(String name,
Type sourceType,
Type returnType,
MapperConfiguration mapperConfiguration,
ExecutableElement positionHintElement,
List<Parameter> additionalParameters,
ParameterProvidedMethods parameterProvidedMethods,
ForgedMethodHistory history,
MappingOptions mappingOptions,
boolean forgedNameBased)
Creates a new forged method with the given name.
|
ForgedMethodHistory(ForgedMethodHistory history,
String sourceElement,
String targetPropertyName,
Type sourceType,
Type targetType,
boolean usePropertyNames,
String elementType) |
Copyright © 2012-2019 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.