Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
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,
ExecutableElement readAccessor,
ExecutableElement presenceChecker,
Type type)
Constructor used to create
SourceReference property entries from a mapping |
static PropertyEntry |
PropertyEntry.forTargetReference(String[] fullName,
ExecutableElement readAccessor,
ExecutableElement writeAccessor,
Type type)
Constructor used to create
TargetReference property entries |
Modifier and Type | Method and Description |
---|---|
List<PropertyEntry> |
SourceReference.getPropertyEntries() |
List<PropertyEntry> |
TargetReference.getPropertyEntries() |
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.