| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.internal.util.accessor |
| Modifier and Type | Method and Description |
|---|---|
CollectionAssignmentBuilder |
CollectionAssignmentBuilder.targetAccessorType(AccessorType targetAccessorType) |
| Modifier and Type | Method and Description |
|---|---|
AccessorType |
FieldElementAccessor.getAccessorType() |
AccessorType |
ExecutableElementAccessor.getAccessorType() |
AccessorType |
Accessor.getAccessorType()
The accessor type
|
AccessorType |
ParameterElementAccessor.getAccessorType() |
static AccessorType |
AccessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessorType[] |
AccessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExecutableElementAccessor(ExecutableElement element,
TypeMirror accessedType,
AccessorType accessorType) |
Copyright © 2012–2020. All rights reserved.