public class MethodSelectors extends Object implements MethodSelector
MethodSelector
s in order.Constructor and Description |
---|
MethodSelectors(Types typeUtils,
Elements elementUtils,
TypeFactory typeFactory) |
Modifier and Type | Method and Description |
---|---|
<T extends Method> |
getMatchingMethods(Method mappingMethod,
List<T> methods,
Type sourceType,
Type targetType,
SelectionCriteria criteria)
Selects those methods which match the given types and other criteria
|
public MethodSelectors(Types typeUtils, Elements elementUtils, TypeFactory typeFactory)
public <T extends Method> List<T> getMatchingMethods(Method mappingMethod, List<T> methods, Type sourceType, Type targetType, SelectionCriteria criteria)
MethodSelector
getMatchingMethods
in interface MethodSelector
T
- either SourceMethod or BuiltInMethodmappingMethod
- mapping method, defined in Mapper for which this selection is carried outmethods
- list of available methodssourceType
- parameter type that should be matchedtargetType
- return type that should be matchedcriteria
- criteria used in the selection processCopyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.