public class ReflectionHelper extends Object
| Constructor and Description |
|---|
ReflectionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Object |
invokeParameterlessMethod(T theObject,
String methodName) |
public static <T> Object invokeParameterlessMethod(T theObject, String methodName) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.