Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapping |
PropertyMapping.PropertyMappingBuilder.build() |
PropertyMapping |
PropertyMapping.ConstantMappingBuilder.build() |
PropertyMapping |
PropertyMapping.JavaExpressionMappingBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PropertyMapping> |
BeanMappingMethod.constructorPropertyMappingsByParameter(Parameter parameter) |
List<PropertyMapping> |
BeanMappingMethod.getConstantMappings() |
List<PropertyMapping> |
BeanMappingMethod.getConstructorConstantMappings() |
List<PropertyMapping> |
NestedTargetPropertyMappingHolder.getPropertyMappings() |
List<PropertyMapping> |
BeanMappingMethod.propertyMappingsByParameter(Parameter parameter) |
Constructor and Description |
---|
NestedTargetPropertyMappingHolder(List<Parameter> processedSourceParameters,
Set<String> handledTargets,
List<PropertyMapping> propertyMappings,
Map<String,Set<MappingReference>> unprocessedDefinedTarget,
boolean errorOccurred) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.