public class CreateMementoInterceptor extends Object implements StaticMethodsAroundInterceptor
| Constructor and Description |
|---|
CreateMementoInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
afterMethod(Class clazz,
Method method,
Object[] allArguments,
Class<?>[] parameterTypes,
Object ret) |
void |
beforeMethod(Class clazz,
Method method,
Object[] allArguments,
Class<?>[] parameterTypes,
MethodInterceptResult result) |
void |
handleMethodException(Class clazz,
Method method,
Object[] allArguments,
Class<?>[] parameterTypes,
Throwable t) |
public void beforeMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, MethodInterceptResult result)
beforeMethod in interface StaticMethodsAroundInterceptorpublic Object afterMethod(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Object ret)
afterMethod in interface StaticMethodsAroundInterceptorpublic void handleMethodException(Class clazz, Method method, Object[] allArguments, Class<?>[] parameterTypes, Throwable t)
handleMethodException in interface StaticMethodsAroundInterceptorCopyright © 2021 The Apache Software Foundation. All rights reserved.