Uses of Class
org.mapstruct.ap.internal.model.source.selector.SelectedMethod
-
Packages that use SelectedMethod Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source.selector Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another or instantiating the target type of a mapping method, respectively. -
-
Uses of SelectedMethod in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return types with arguments of type SelectedMethod Modifier and Type Method Description static List<SelectedMethod<SourceMethod>>
ObjectFactoryMethodResolver. getMatchingFactoryMethods(Method method, Type alternativeTarget, SelectionParameters selectionParameters, MappingBuilderContext ctx)
Methods in org.mapstruct.ap.internal.model with parameters of type SelectedMethod Modifier and Type Method Description static LifecycleCallbackMethodReference
LifecycleCallbackMethodReference. forMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Method containingMethod, Set<String> existingVariableNames)
static LifecycleCallbackMethodReference
LifecycleCallbackMethodReference. forParameterProvidedMethod(SelectedMethod<SourceMethod> lifecycleMethod, Parameter providingParameter, Method containingMethod, Set<String> existingVariableNames)
static MethodReference
ObjectFactoryMethodResolver. getFactoryMethodReference(Method method, SelectedMethod<SourceMethod> matchingFactoryMethod, MappingBuilderContext ctx)
-
Uses of SelectedMethod in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector that return types with arguments of type SelectedMethod Modifier and Type Method Description <T extends Method>
List<SelectedMethod<T>>CreateOrUpdateSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>FactoryParameterSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>InheritanceSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>MethodFamilySelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>MethodSelectors. getMatchingMethods(Method mappingMethod, List<T> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
Selects those methods which match the given types and other criteria<T extends Method>
List<SelectedMethod<T>>QualifierSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>SourceRhsSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> candidates, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>TargetTypeSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>TypeSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
Method parameters in org.mapstruct.ap.internal.model.source.selector with type arguments of type SelectedMethod Modifier and Type Method Description <T extends Method>
List<SelectedMethod<T>>CreateOrUpdateSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>FactoryParameterSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>InheritanceSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>MethodFamilySelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>QualifierSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>SourceRhsSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> candidates, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>TargetTypeSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
<T extends Method>
List<SelectedMethod<T>>TypeSelector. getMatchingMethods(Method mappingMethod, List<SelectedMethod<T>> methods, List<Type> sourceTypes, Type mappingTargetType, Type returnType, SelectionCriteria criteria)
-