Class MostSpecificResultTypeSelector
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.selector.MostSpecificResultTypeSelector
-
public class MostSpecificResultTypeSelector extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description MostSpecificResultTypeSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Method>
List<SelectedMethod<T>>getMatchingMethods(List<SelectedMethod<T>> candidates, SelectionContext context)
-
-
-
Method Detail
-
getMatchingMethods
public <T extends Method> List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> candidates, SelectionContext context)
-
-