| Package | Description |
|---|---|
| org.mapstruct.ap.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.
|
class |
MethodSelectors
Applies all known
MethodSelectors in order. |
class |
QualifierSelector
This selector selects a best match based on qualifiers name.
|
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
Selects those methods with matching
name and scope attributes of the XmlElementDecl
annotation, if that is present. |
Copyright © 2012-2015. All Rights Reserved.