Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
Modifier and Type | Class and Description |
---|---|
class |
LifecycleCallbackMethodReference
Represents a reference to a method that is annotated with
@BeforeMapping or @AfterMapping . |
Modifier and Type | Method and Description |
---|---|
static MethodReference |
MethodReference.forBuiltInMethod(BuiltInMethod method,
ConversionContext contextParam) |
static MethodReference |
MethodReference.forConstructorInvocation(Type type,
List<ParameterBinding> parameterBindings) |
static MethodReference |
MethodReference.forForgedMethod(Method method,
List<ParameterBinding> parameterBindings) |
static MethodReference |
MethodReference.forMapperReference(Method method,
MapperReference declaringMapper,
List<ParameterBinding> parameterBindings) |
static MethodReference |
MethodReference.forMethodCall(String methodName) |
static MethodReference |
MethodReference.forParameterProvidedMethod(Method method,
Parameter providingParameter,
List<ParameterBinding> parameterBindings) |
static MethodReference |
MethodReference.forStaticBuilder(String builderCreationMethod,
Type definingType) |
static MethodReference |
ObjectFactoryMethodResolver.getBuilderFactoryMethod(Method method,
BuilderType builder) |
static MethodReference |
BuilderFinisherMethodResolver.getBuilderFinisherMethod(Method method,
BuilderType builderType,
MappingBuilderContext ctx) |
MethodReference |
NormalTypeMappingMethod.getFactoryMethod() |
MethodReference |
IterableCreation.getFactoryMethod() |
static MethodReference |
ObjectFactoryMethodResolver.getFactoryMethod(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx)
returns a no arg factory method
|
static MethodReference |
ObjectFactoryMethodResolver.getFactoryMethod(Method method,
Type alternativeTarget,
SelectionParameters selectionParameters,
MappingBuilderContext ctx)
returns a no arg factory method
|
static MethodReference |
ObjectFactoryMethodResolver.getFactoryMethodReference(Method method,
SelectedMethod<SourceMethod> matchingFactoryMethod,
MappingBuilderContext ctx) |
MethodReference |
BeanMappingMethod.getFinalizerMethod() |
Modifier and Type | Method and Description |
---|---|
protected StreamMappingMethod |
StreamMappingMethod.Builder.instantiateMappingMethod(Method method,
Collection<String> existingVariables,
Assignment assignment,
MethodReference factoryMethod,
boolean mapNullToDefault,
String loopVariableName,
List<LifecycleCallbackMethodReference> beforeMappingMethods,
List<LifecycleCallbackMethodReference> afterMappingMethods,
SelectionParameters selectionParameters) |
protected IterableMappingMethod |
IterableMappingMethod.Builder.instantiateMappingMethod(Method method,
Collection<String> existingVariables,
Assignment assignment,
MethodReference factoryMethod,
boolean mapNullToDefault,
String loopVariableName,
List<LifecycleCallbackMethodReference> beforeMappingMethods,
List<LifecycleCallbackMethodReference> afterMappingMethods,
SelectionParameters selectionParameters) |
protected abstract M |
ContainerMappingMethodBuilder.instantiateMappingMethod(Method method,
Collection<String> existingVariables,
Assignment assignment,
MethodReference factoryMethod,
boolean mapNullToDefault,
String loopVariableName,
List<LifecycleCallbackMethodReference> beforeMappingMethods,
List<LifecycleCallbackMethodReference> afterMappingMethods,
SelectionParameters selectionParameters) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.