-
public final 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 -
-
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
-
-
-
-