Uses of Class
org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
-
Packages that use LifecycleCallbackMethodReference Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of LifecycleCallbackMethodReference in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model with type parameters of type LifecycleCallbackMethodReference Modifier and Type Field Description private java.util.List<LifecycleCallbackMethodReference>MappingMethod. afterMappingReferencesprivate java.util.List<LifecycleCallbackMethodReference>MappingMethod. beforeMappingReferencesWithMappingTargetprivate java.util.List<LifecycleCallbackMethodReference>MappingMethod. beforeMappingReferencesWithoutMappingTargetMethods in org.mapstruct.ap.internal.model that return LifecycleCallbackMethodReference Modifier and Type Method Description static LifecycleCallbackMethodReferenceLifecycleCallbackMethodReference. forMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Method containingMethod, java.util.Set<java.lang.String> existingVariableNames)static LifecycleCallbackMethodReferenceLifecycleCallbackMethodReference. forParameterProvidedMethod(SelectedMethod<SourceMethod> lifecycleMethod, Parameter providingParameter, Method containingMethod, java.util.Set<java.lang.String> existingVariableNames)Methods in org.mapstruct.ap.internal.model that return types with arguments of type LifecycleCallbackMethodReference Modifier and Type Method Description static java.util.List<LifecycleCallbackMethodReference>LifecycleMethodResolver. afterMappingMethods(Method method, Type alternativeTarget, SelectionParameters selectionParameters, MappingBuilderContext ctx, java.util.Set<java.lang.String> existingVariableNames)static java.util.List<LifecycleCallbackMethodReference>LifecycleMethodResolver. afterMappingMethods(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx, java.util.Set<java.lang.String> existingVariableNames)static java.util.List<LifecycleCallbackMethodReference>LifecycleMethodResolver. beforeMappingMethods(Method method, Type alternativeTarget, SelectionParameters selectionParameters, MappingBuilderContext ctx, java.util.Set<java.lang.String> existingVariableNames)static java.util.List<LifecycleCallbackMethodReference>LifecycleMethodResolver. beforeMappingMethods(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx, java.util.Set<java.lang.String> existingVariableNames)private static java.util.List<LifecycleCallbackMethodReference>LifecycleMethodResolver. collectLifecycleCallbackMethods(Method method, Type targetType, SelectionParameters selectionParameters, java.util.List<SourceMethod> callbackMethods, MappingBuilderContext ctx, java.util.Set<java.lang.String> existingVariableNames)private java.util.List<LifecycleCallbackMethodReference>MappingMethod. filterMappingTarget(java.util.List<LifecycleCallbackMethodReference> methods, boolean mustHaveMappingTargetParameter)java.util.List<LifecycleCallbackMethodReference>MappingMethod. getAfterMappingReferences()java.util.List<LifecycleCallbackMethodReference>MappingMethod. getBeforeMappingReferencesWithMappingTarget()java.util.List<LifecycleCallbackMethodReference>MappingMethod. getBeforeMappingReferencesWithoutMappingTarget()private static java.util.List<LifecycleCallbackMethodReference>LifecycleMethodResolver. toLifecycleCallbackMethodRefs(Method method, java.util.List<SelectedMethod<SourceMethod>> candidates, MappingBuilderContext ctx, java.util.Set<java.lang.String> existingVariableNames)Method parameters in org.mapstruct.ap.internal.model with type arguments of type LifecycleCallbackMethodReference Modifier and Type Method Description private java.util.List<LifecycleCallbackMethodReference>MappingMethod. filterMappingTarget(java.util.List<LifecycleCallbackMethodReference> methods, boolean mustHaveMappingTargetParameter)protected abstract MContainerMappingMethodBuilder. instantiateMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, java.lang.String loopVariableName, java.util.List<LifecycleCallbackMethodReference> beforeMappingMethods, java.util.List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters)protected IterableMappingMethodIterableMappingMethod.Builder. instantiateMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, java.lang.String loopVariableName, java.util.List<LifecycleCallbackMethodReference> beforeMappingMethods, java.util.List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters)protected StreamMappingMethodStreamMappingMethod.Builder. instantiateMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, java.lang.String loopVariableName, java.util.List<LifecycleCallbackMethodReference> beforeMappingMethods, java.util.List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type LifecycleCallbackMethodReference Constructor Description ContainerMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariables, Assignment parameterAssignment, MethodReference factoryMethod, boolean mapNullToDefault, java.lang.String loopVariableName, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences, SelectionParameters selectionParameters)IterableMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariables, Assignment parameterAssignment, MethodReference factoryMethod, boolean mapNullToDefault, java.lang.String loopVariableName, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences, SelectionParameters selectionParameters)MapMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariableNames, Assignment keyAssignment, Assignment valueAssignment, MethodReference factoryMethod, boolean mapNullToDefault, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences)MappingMethod(Method method, java.util.Collection<java.lang.String> existingVariableNames, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences)constructor to be overloaded when local variable names are required prior to calling this constructor.MappingMethod(Method method, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences)NormalTypeMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariableNames, MethodReference factoryMethod, boolean mapNullToDefault, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences)StreamMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariables, Assignment parameterAssignment, MethodReference factoryMethod, boolean mapNullToDefault, java.lang.String loopVariableName, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences, SelectionParameters selectionParameters, java.util.Set<Type> helperImports)
-