Package fr.skytasul.reflection
Class TransparentReflectionAccessor.TransparentMethod
java.lang.Object
fr.skytasul.reflection.TransparentReflectionAccessor.TransparentMethod
- All Implemented Interfaces:
ReflectionAccessor.ClassAccessor.MethodAccessor
- Enclosing class:
TransparentReflectionAccessor
protected static class TransparentReflectionAccessor.TransparentMethod
extends Object
implements ReflectionAccessor.ClassAccessor.MethodAccessor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TransparentMethod
-
-
Method Details
-
getMethodInstance
- Specified by:
getMethodInstancein interfaceReflectionAccessor.ClassAccessor.MethodAccessor
-
invoke
public Object invoke(@Nullable @Nullable Object instance, @Nullable @Nullable Object... args) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
invokein interfaceReflectionAccessor.ClassAccessor.MethodAccessor- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-