Class MostSpecificResultTypeSelector
java.lang.Object
org.mapstruct.ap.internal.model.source.selector.MostSpecificResultTypeSelector
A
MethodSelector that selects the most specific result type.- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Method>
List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> candidates, SelectionContext context)
-
Constructor Details
-
MostSpecificResultTypeSelector
public MostSpecificResultTypeSelector()
-
-
Method Details
-
getMatchingMethods
public <T extends Method> List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> candidates, SelectionContext context)
-