Package 

Class ReflectionKt

    • Method Summary

      Modifier and Type Method Description
      final static <ERROR CLASS> invoke(MethodName $self, Object target) Use reflection to call the named method in target
      final static <ERROR CLASS> invoke(MethodName $self, Object target, Array<Class<?>> parameterTypes, Array<?> parameters) Use reflection to call the named method in target expecting parameters of types parameterTypes and passing parameters
      final static <ERROR CLASS> invoke(FieldName $self, Object target) Use Reflection to access the field in target
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

         final static <ERROR CLASS> invoke(MethodName $self, Object target)

        Use reflection to call the named method in target

      • invoke

         final static <ERROR CLASS> invoke(MethodName $self, Object target, Array<Class<?>> parameterTypes, Array<?> parameters)

        Use reflection to call the named method in target expecting parameters of types parameterTypes and passing parameters

      • invoke

         final static <ERROR CLASS> invoke(FieldName $self, Object target)

        Use Reflection to access the field in target