| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Method and Description |
|---|---|
ForgedMethodHistory |
ForgedMethod.getHistory() |
| Modifier and Type | Method and Description |
|---|---|
static ForgedMethod |
ForgedMethod.forElementMapping(String name,
Type sourceType,
Type returnType,
Method basedOn,
ForgedMethodHistory history,
boolean forgedNameBased)
Creates a new forged method for mapping a collection element, map key/value or stream element
|
static ForgedMethod |
ForgedMethod.forPropertyMapping(String name,
Type sourceType,
Type returnType,
List<Parameter> parameters,
Method basedOn,
ForgedMethodHistory history,
MappingReferences mappingReferences,
boolean forgedNameBased)
Creates a new forged method for mapping a bean property to a property
|
| Constructor and Description |
|---|
ForgedMethodHistory(ForgedMethodHistory history,
String sourceElement,
String targetPropertyName,
Type sourceType,
Type targetType,
boolean usePropertyNames,
String elementType) |
Copyright © 2012–2020. All rights reserved.