| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.internal.model.beanmapping |
helper classes used in
BeanMappingMethod
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<MappingReference>> |
NestedTargetPropertyMappingHolder.getUnprocessedDefinedTarget() |
| Constructor and Description |
|---|
NestedTargetPropertyMappingHolder(List<Parameter> processedSourceParameters,
Set<String> handledTargets,
List<PropertyMapping> propertyMappings,
Map<String,Set<MappingReference>> unprocessedDefinedTarget,
boolean errorOccurred) |
| Modifier and Type | Method and Description |
|---|---|
MappingReference |
MappingReference.popSourceReference() |
MappingReference |
MappingReference.popTargetReference() |
| Modifier and Type | Method and Description |
|---|---|
Set<MappingReference> |
MappingReferences.getMappingReferences() |
List<MappingReference> |
MappingReferences.getTargetThisReferences() |
| Constructor and Description |
|---|
MappingReferences(Set<MappingReference> mappingReferences,
boolean restrictToDefinedMappings) |
MappingReferences(Set<MappingReference> mappingReferences,
boolean restrictToDefinedMappings,
boolean forForgedMethods) |
MappingReferences(Set<MappingReference> mappingReferences,
List<MappingReference> targetThisReferences,
boolean restrictToDefinedMappings) |
MappingReferences(Set<MappingReference> mappingReferences,
List<MappingReference> targetThisReferences,
boolean restrictToDefinedMappings) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.