Package | Description |
---|---|
org.jboss.aop.joinpoint | |
org.jboss.aop.reflection |
Modifier and Type | Class and Description |
---|---|
class |
MethodCalledByMethodInvocationWrapper
Comment
|
Constructor and Description |
---|
MethodCalledByMethodInvocationWrapper(MethodCalledByMethodInvocation wrapped,
Interceptor[] interceptors) |
Modifier and Type | Method and Description |
---|---|
Object |
ReflectionAspect.interceptFieldGet(MethodCalledByMethodInvocation invocation)
Advice for calls to Field.getXXX().
|
Object |
ReflectionAspect.interceptFieldSet(MethodCalledByMethodInvocation invocation)
Advice for calls to Field.setXXX().
|
Object |
ReflectionAspect.interceptGetClasses(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getClasses().
|
Object |
ReflectionAspect.interceptGetConstructors(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getConstructors().
|
Object |
ReflectionAspect.interceptGetDeclaredClasses(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredClasses().
|
Object |
ReflectionAspect.interceptGetDeclaredConstructor(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredConstructor().
|
Object |
ReflectionAspect.interceptGetDeclaredConstructors(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredConstructors().
|
Object |
ReflectionAspect.interceptGetDeclaredField(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredField().
|
Object |
ReflectionAspect.interceptGetDeclaredFields(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredFields().
|
Object |
ReflectionAspect.interceptGetDeclaredMethod(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredMethod().
|
Object |
ReflectionAspect.interceptGetDeclaredMethods(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredMethods().
|
Object |
ReflectionAspect.interceptGetFields(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getFields().
|
Object |
ReflectionAspect.interceptGetInterfaces(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getInterfaces().
|
Object |
ReflectionAspect.interceptGetMethod(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getMethod().
|
Object |
ReflectionAspect.interceptGetMethods(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getMethods().
|
Object |
ReflectionAspect.interceptMethodInvoke(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.newInstance() and Constructor.newInstance().
|
Object |
ReflectionAspect.interceptNewInstance(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.newInstance() and Constructor.newInstance().
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.