Class SourceRhsSelector
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.selector.SourceRhsSelector
-
-
Constructor Summary
Constructors Constructor Description SourceRhsSelector()
-
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)
-
-