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