public final class LifecycleCallbackFactory extends Object
LifecycleCallbackMethodReferences| Modifier and Type | Method and Description |
|---|---|
static List<LifecycleCallbackMethodReference> |
afterMappingMethods(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
static List<LifecycleCallbackMethodReference> |
beforeMappingMethods(Method method,
SelectionParameters selectionParameters,
MappingBuilderContext ctx) |
public static List<LifecycleCallbackMethodReference> beforeMappingMethods(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx)
method - the method to obtain the beforeMapping methods forselectionParameters - method selectionParametersctx - the builder context@BeforeMapping methods for the given methodpublic static List<LifecycleCallbackMethodReference> afterMappingMethods(Method method, SelectionParameters selectionParameters, MappingBuilderContext ctx)
method - the method to obtain the afterMapping methods forselectionParameters - method selectionParametersctx - the builder context@AfterMapping methods for the given methodCopyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.