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 |
---|---|
NestedPropertyMappingMethod.Builder |
NestedPropertyMappingMethod.Builder.propertyEntries(List<PropertyEntry> propertyEntries) |
Constructor and Description |
---|
SafePropertyEntry(PropertyEntry entry,
String safeName) |
Modifier and Type | Method and Description |
---|---|
static PropertyEntry |
PropertyEntry.forSourceReference(String[] name,
Accessor readAccessor,
Accessor presenceChecker,
Type type)
Constructor used to create
SourceReference property entries from a mapping |
PropertyEntry |
AbstractReference.getDeepestProperty()
returns the property name on the deepest nesting level
|
PropertyEntry |
AbstractReference.getShallowestProperty()
returns the property name on the shallowest nesting level
|
Modifier and Type | Method and Description |
---|---|
List<PropertyEntry> |
AbstractReference.getPropertyEntries() |
Constructor and Description |
---|
AbstractReference(Parameter sourceParameter,
List<PropertyEntry> sourcePropertyEntries,
boolean isValid) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.