| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInvoker
Invokes a given constructor.
|
class |
FieldGetter
Wraps a field with read (getter) access.
|
class |
FieldSetter
Wraps a field with modification (setter) access.
|
class |
MethodInvoker
Invokes a given method.
|
class |
StaticGetter
Wraps a static field with read (getter) access.
|
class |
StaticMethodInvoker
Invokes a given static method.
|
class |
StaticSetter
Wraps a static field with modification (setter) access.
|
| Modifier and Type | Field and Description |
|---|---|
static MethodInvocationHandler |
MethodInvocationHandler.NULL |
| Modifier and Type | Method and Description |
|---|---|
protected MethodInvocationHandler |
InvocationResolver.createConstructorInvocator(Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createGetterInvocator(String name,
Type result) |
protected MethodInvocationHandler |
InvocationResolver.createMethodInvocator(String name,
Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createSetterInvocator(String name,
Type param) |
protected MethodInvocationHandler |
InvocationResolver.findInvocationHandler(Method method) |
protected MethodInvocationHandler |
IsEquivalent.handle(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<Method,MethodInvocationHandler> |
XRayInterface.getInterfaceMethods() |
Copyright © 2024. All rights reserved.