Class SourceRhsSelector
java.lang.Object
org.mapstruct.ap.internal.model.source.selector.SourceRhsSelector
Selector that tries to resolve an ambiguity between methods that contain source parameters and
SourceRHS type parameters.- 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
-
SourceRhsSelector
public SourceRhsSelector()
-
-
Method Details
-
getMatchingMethods
public <T extends Method> List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> candidates, SelectionContext context)
-