Class InheritanceSelector
java.lang.Object
org.mapstruct.ap.internal.model.source.selector.InheritanceSelector
Selects on inheritance distance, e.g. the amount of inheritance steps from the parameter type.
- Author:
- Sjaak Derksen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Method>
List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> methods, SelectionContext context)
-
Constructor Details
-
InheritanceSelector
public InheritanceSelector()
-
-
Method Details
-
getMatchingMethods
public <T extends Method> List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> methods, SelectionContext context)
-