Invoker |
Understands the use of reflection to access a method from an object.
|
MethodName |
Understands the name of a method to invoke using Java Reflection.
|
MethodParameterTypes |
Understands the parameter types of the method to invoke.
|
MethodReturnType |
Understands the return type of the method to invoke.
|
MethodReturnTypeRef |
Understands the return type reference of the method to invoke.
|
StaticMethodName |
Understands the name of a static method to invoke using Java Reflection.
|
StaticMethodParameterTypes |
Understands the parameter types of the static method to invoke.
|
StaticMethodReturnType |
Understands the return type of the static method to invoke.
|
StaticMethodReturnTypeRef |
Understands the return type of the static method to invoke.
|