class |
CreateOrUpdateSelector |
Selection based on type of method (create - or update method).
|
class |
FactoryParameterSelector |
For factory methods, the candidate list is checked if it contains a method with a source parameter which is to be
favored compared to factory methods without a source parameter.
|
class |
InheritanceSelector |
Selects on inheritance distance, e.g.
|
(package private) class |
JakartaXmlElementDeclSelector |
|
(package private) class |
JavaxXmlElementDeclSelector |
|
class |
MethodFamilySelector |
Selects those methods from the given input set which match for the requested family of methods: factory methods,
lifecycle callback methods, or any other mapping methods.
|
class |
QualifierSelector |
This selector selects a best match based on qualifier annotations.
|
class |
SourceRhsSelector |
Selector that tries to resolve an ambiquity between methods that contain source parameters and
SourceRHS type parameters.
|
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).
|
(package private) class |
XmlElementDeclSelector |
Finds the XmlElementRef annotation on a field (of the mapping result type or its
super types) matching the
target property name.
|