| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.internal.model.assignment |
Meta-model of assignments.
|
| org.mapstruct.ap.internal.model.common |
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
|
| Modifier and Type | Method and Description |
|---|---|
Assignment.AssignmentType |
TypeConversion.getType() |
Assignment.AssignmentType |
MethodReference.getType() |
| Modifier and Type | Method and Description |
|---|---|
Assignment.AssignmentType |
AssignmentWrapper.getType() |
| Modifier and Type | Method and Description |
|---|---|
Assignment.AssignmentType |
SourceRHS.getType() |
Assignment.AssignmentType |
Assignment.getType()
Returns whether the type of assignment
|
static Assignment.AssignmentType |
Assignment.AssignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assignment.AssignmentType[] |
Assignment.AssignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2017. All rights reserved.