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