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 static SelectedMethod<SourceMethod> |
PresenceCheckMethodResolver.findMatchingPresenceCheckMethod(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
|
static MethodReference |
BuilderFinisherMethodResolver.getBuilderFinisherMethod(Method method,
BuilderType builderType,
MappingBuilderContext ctx) |
|
static MethodReference |
ObjectFactoryMethodResolver.getFactoryMethod(Method method,
Type alternativeTarget,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
returns a no arg factory method
|
static MethodReference |
ObjectFactoryMethodResolver.getFactoryMethod(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
returns a no arg factory method
|
static MethodReference |
ObjectFactoryMethodResolver.getFactoryMethodReference(Method method,
SelectedMethod<SourceMethod> matchingFactoryMethod,
MappingBuilderContext ctx) |
|
static java.util.List<SelectedMethod<SourceMethod>> |
ObjectFactoryMethodResolver.getMatchingFactoryMethods(Method method,
Type alternativeTarget,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
|
static PresenceCheck |
PresenceCheckMethodResolver.getPresenceCheck(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
|
private static MethodReference |
PresenceCheckMethodResolver.getPresenceCheckMethodReference(Method method,
SelectedMethod<SourceMethod> matchingMethod,
MappingBuilderContext ctx) |
|
CollectionAssignmentBuilder |
CollectionAssignmentBuilder.mappingBuilderContext(MappingBuilderContext ctx) |
|
B |
AbstractBaseBuilder.mappingContext(MappingBuilderContext mappingContext) |
|
NestedPropertyMappingMethod.Builder |
NestedPropertyMappingMethod.Builder.mappingContext(MappingBuilderContext mappingContext) |
|
NestedTargetPropertyMappingHolder.Builder |
NestedTargetPropertyMappingHolder.Builder.mappingContext(MappingBuilderContext mappingContext) |
|
ValueMappingMethod.Builder |
ValueMappingMethod.Builder.mappingContext(MappingBuilderContext mappingContext) |
|
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) |
|