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