Class MethodFamilySelector
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.selector.MethodFamilySelector
-
public class MethodFamilySelector extends Object
Selects those methods from the given input set which match for the requested family of methods: factory methods, lifecycle callback methods, or any other mapping methods.- Author:
- Remo Meier
-
-
Constructor Summary
Constructors Constructor Description MethodFamilySelector()
-
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)
-
-
-
Method Detail
-
getMatchingMethods
public <T extends Method> List<SelectedMethod<T>> getMatchingMethods(List<SelectedMethod<T>> methods, SelectionContext context)
-
-