Class TypeSelector
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.selector.TypeSelector
-
public class TypeSelector extends Object
Selects those methods from the given input set which match the given source and target types (viaMethodMatcher
).- Author:
- Sjaak Derksen
-
-
Constructor Summary
Constructors Constructor Description TypeSelector(FormattingMessager messager)
-
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)
-
-
-
Constructor Detail
-
TypeSelector
public TypeSelector(FormattingMessager messager)
-
-
Method Detail
-
getMatchingMethods
public <T extends Method> List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> methods, SelectionContext context)
-
-