
public class NestedTargetPropertyMappingHolder extends Object
PropertyMapping(s) and all the information associated with
it for nested target properties.| Modifier and Type | Class and Description |
|---|---|
static class |
NestedTargetPropertyMappingHolder.Builder |
| 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 |
|---|---|
Set<String> |
getHandledTargets() |
List<Parameter> |
getProcessedSourceParameters() |
List<PropertyMapping> |
getPropertyMappings() |
Map<String,Set<MappingReference>> |
getUnprocessedDefinedTarget() |
boolean |
hasErrorOccurred() |
public NestedTargetPropertyMappingHolder(List<Parameter> processedSourceParameters, Set<String> handledTargets, List<PropertyMapping> propertyMappings, Map<String,Set<MappingReference>> unprocessedDefinedTarget, boolean errorOccurred)
public List<Parameter> getProcessedSourceParameters()
public List<PropertyMapping> getPropertyMappings()
public Map<String,Set<MappingReference>> getUnprocessedDefinedTarget()
public boolean hasErrorOccurred()
true if an error occurred during the creation of the nested mappingsCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.