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