Uses of Class
org.mapstruct.ap.internal.model.MethodReference
Packages that use MethodReference
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of MethodReference in org.mapstruct.ap.internal.model
Subclasses of MethodReference in org.mapstruct.ap.internal.modelModifier and TypeClassDescriptionclassRepresents a reference to a method that is annotated with@BeforeMappingor@AfterMapping.Fields in org.mapstruct.ap.internal.model declared as MethodReferenceModifier and TypeFieldDescriptionprotected final MethodReferenceMethodReferencePresenceCheck.methodReferenceMethods in org.mapstruct.ap.internal.model that return MethodReferenceModifier and TypeMethodDescriptionstatic MethodReferenceMethodReference.forBuiltInMethod(BuiltInMethod method, ConversionContext contextParam) static MethodReferenceMethodReference.forConstructorInvocation(Type type, List<ParameterBinding> parameterBindings) static MethodReferenceMethodReference.forForgedMethod(Method method, List<ParameterBinding> parameterBindings) static MethodReferenceMethodReference.forMapperReference(Method method, MapperReference declaringMapper, List<ParameterBinding> parameterBindings) static MethodReferenceMethodReference.forMethodCall(String methodName) static MethodReferenceMethodReference.forMethodChaining(MethodReference... references) static MethodReferenceMethodReference.forParameterProvidedMethod(Method method, Parameter providingParameter, List<ParameterBinding> parameterBindings) static MethodReferenceMethodReference.forStaticBuilder(String builderCreationMethod, Type definingType) static MethodReferenceObjectFactoryMethodResolver.getBuilderFactoryMethod(Type typeToBuild, BuilderType builder) static MethodReferenceObjectFactoryMethodResolver.getBuilderFactoryMethod(Method method, BuilderType builder) static MethodReferenceBuilderFinisherMethodResolver.getBuilderFinisherMethod(Method method, BuilderType builderType, MappingBuilderContext ctx) IterableCreation.getFactoryMethod()NormalTypeMappingMethod.getFactoryMethod()static MethodReferenceObjectFactoryMethodResolver.getFactoryMethod(Method method, Type alternativeTarget, SelectionParameters selectionParameters, MappingBuilderContext ctx) returns a no arg factory methodstatic MethodReferenceObjectFactoryMethodResolver.getFactoryMethod(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx) returns a no arg factory methodstatic MethodReferenceObjectFactoryMethodResolver.getFactoryMethodReference(Method method, SelectedMethod<SourceMethod> matchingFactoryMethod, MappingBuilderContext ctx) BeanMappingMethod.getFinalizerMethod()MethodReferencePresenceCheck.getMethodReference()Methods in org.mapstruct.ap.internal.model that return types with arguments of type MethodReferenceMethods in org.mapstruct.ap.internal.model with parameters of type MethodReferenceModifier and TypeMethodDescriptionstatic MethodReferenceMethodReference.forMethodChaining(MethodReference... references) 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) Constructors in org.mapstruct.ap.internal.model with parameters of type MethodReferenceModifierConstructorDescriptionMethodReferencePresenceCheck(MethodReference methodReference) MethodReferencePresenceCheck(MethodReference methodReference, boolean negate)