Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
Modifier and Type | Method and Description |
---|---|
static List<LifecycleCallbackMethodReference> |
LifecycleCallbackFactory.afterMappingMethods(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
static List<LifecycleCallbackMethodReference> |
LifecycleCallbackFactory.beforeMappingMethods(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
List<LifecycleCallbackMethodReference> |
MappingMethod.getAfterMappingReferences() |
List<LifecycleCallbackMethodReference> |
MappingMethod.getBeforeMappingReferencesWithMappingTarget() |
List<LifecycleCallbackMethodReference> |
MappingMethod.getBeforeMappingReferencesWithoutMappingTarget() |
Constructor and Description |
---|
MappingMethod(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.
|
MappingMethod(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.
|
MappingMethod(Method method,
List<LifecycleCallbackMethodReference> beforeMappingReferences,
List<LifecycleCallbackMethodReference> afterMappingReferences) |
MappingMethod(Method method,
List<LifecycleCallbackMethodReference> beforeMappingReferences,
List<LifecycleCallbackMethodReference> afterMappingReferences) |
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.