Uses of Class
org.mapstruct.ap.internal.model.LifecycleCallbackMethodReference
Packages that use LifecycleCallbackMethodReference
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of LifecycleCallbackMethodReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return LifecycleCallbackMethodReferenceModifier and TypeMethodDescriptionLifecycleCallbackMethodReference.forMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Method containingMethod, Set<String> existingVariableNames) LifecycleCallbackMethodReference.forParameterProvidedMethod(SelectedMethod<SourceMethod> lifecycleMethod, Parameter providingParameter, Method containingMethod, Set<String> existingVariableNames) Methods in org.mapstruct.ap.internal.model that return types with arguments of type LifecycleCallbackMethodReferenceModifier and TypeMethodDescriptionstatic List<LifecycleCallbackMethodReference> LifecycleMethodResolver.afterMappingMethods(Method method, Type alternativeTarget, SelectionParameters selectionParameters, MappingBuilderContext ctx, Set<String> existingVariableNames, Supplier<List<ParameterBinding>> parameterBindingsProvider) static List<LifecycleCallbackMethodReference> LifecycleMethodResolver.afterMappingMethods(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx, Set<String> existingVariableNames) static List<LifecycleCallbackMethodReference> LifecycleMethodResolver.beforeMappingMethods(Method method, Type alternativeTarget, SelectionParameters selectionParameters, MappingBuilderContext ctx, Set<String> existingVariableNames) static List<LifecycleCallbackMethodReference> LifecycleMethodResolver.beforeMappingMethods(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx, Set<String> existingVariableNames) protected static List<LifecycleCallbackMethodReference> MappingMethod.filterMappingTarget(List<LifecycleCallbackMethodReference> methods, boolean mustHaveMappingTargetParameter) MappingMethod.getAfterMappingReferences()BeanMappingMethod.getAfterMappingReferencesWithFinalizedReturnType()BeanMappingMethod.getAfterMappingReferencesWithOptionalReturnType()BeanMappingMethod.getBeforeMappingReferencesWithFinalizedReturnType()MappingMethod.getBeforeMappingReferencesWithMappingTarget()MappingMethod.getBeforeMappingReferencesWithoutMappingTarget()Method parameters in org.mapstruct.ap.internal.model with type arguments of type LifecycleCallbackMethodReferenceModifier and TypeMethodDescriptionprotected static List<LifecycleCallbackMethodReference> MappingMethod.filterMappingTarget(List<LifecycleCallbackMethodReference> methods, boolean mustHaveMappingTargetParameter) protected abstract MContainerMappingMethodBuilder.instantiateMappingMethod(Method method, Collection<String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, String loopVariableName, List<LifecycleCallbackMethodReference> beforeMappingMethods, List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters) protected IterableMappingMethodIterableMappingMethod.Builder.instantiateMappingMethod(Method method, Collection<String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, String loopVariableName, List<LifecycleCallbackMethodReference> beforeMappingMethods, List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters) protected StreamMappingMethodStreamMappingMethod.Builder.instantiateMappingMethod(Method method, Collection<String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, String loopVariableName, List<LifecycleCallbackMethodReference> beforeMappingMethods, List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters) Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type LifecycleCallbackMethodReferenceModifierConstructorDescriptionprotectedMappingMethod(Method method, Collection<String> existingVariableNames, List<LifecycleCallbackMethodReference> beforeMappingReferences, List<LifecycleCallbackMethodReference> afterMappingReferences) constructor to be overloaded when local variable names are required prior to calling this constructor.protectedMappingMethod(Method method, List<LifecycleCallbackMethodReference> beforeMappingReferences, List<LifecycleCallbackMethodReference> afterMappingReferences)