| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyMapping.TargetWriteAccessorType |
PropertyMapping.TargetWriteAccessorType.of(Accessor accessor) |
static PropertyMapping.TargetWriteAccessorType |
PropertyMapping.TargetWriteAccessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMapping.TargetWriteAccessorType[] |
PropertyMapping.TargetWriteAccessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PropertyMapping.TargetWriteAccessorType.isFieldAssignment(PropertyMapping.TargetWriteAccessorType accessorType) |
CollectionAssignmentBuilder |
CollectionAssignmentBuilder.targetAccessorType(PropertyMapping.TargetWriteAccessorType targetAccessorType) |
Copyright © 2012–2017. All rights reserved.