See: Description
Interface | Description |
---|---|
MethodSelector |
Implementations select those methods from a given input set which match the given source and target type of a mapping
and optionally other given criteria.
|
Class | Description |
---|---|
CreateOrUpdateSelector |
Selection based on type of method (create - or update method).
|
InheritanceSelector |
Selects on inheritance distance, e.g. the amount of inheritance steps from the parameter type.
|
MethodSelectors |
Applies all known
MethodSelector s in order. |
QualifierSelector |
This selector selects a best match based on qualifier annotations.
|
SelectionCriteria |
This class groups the selection criteria in one class
|
TargetTypeSelector |
This selector selects a best match based on the result type.
|
TypeSelector |
Selects those methods from the given input set which match the given source and target types (via
MethodMatcher ). |
XmlElementDeclSelector |
Selects those methods with matching
name and scope attributes of the XmlElementDecl
annotation, if that is present. |
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.
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.