| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model.source.selector |
Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another
or instantiating the target type of a mapping method, respectively.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateOrUpdateSelector
Selection based on type of method (create - or update method).
|
class |
InheritanceSelector
Selects on inheritance distance, e.g. the amount of inheritance steps from the parameter type.
|
class |
MethodSelectors
Applies all known
MethodSelectors in order. |
class |
QualifierSelector
This selector selects a best match based on qualifier annotations.
|
class |
TargetTypeSelector
This selector selects a best match based on the result type.
|
class |
TypeSelector
Selects those methods from the given input set which match the given source and target types (via
MethodMatcher). |
class |
XmlElementDeclSelector
Finds the
XmlElementRef annotation on a field (of the mapping result type or its super types) matching the
target property name. |
Copyright © 2012–2016. All rights reserved.