public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Field |
getAccessibleField(Object obj,
String name) |
static Method |
getAccessibleMethod(Object obj,
String name,
Class<?>... args) |
static void |
invokeQuietly(Object instance,
String methodName) |
public static Method getAccessibleMethod(Object obj, String name, Class<?>... args) throws NoSuchMethodException
NoSuchMethodExceptionpublic static Field getAccessibleField(Object obj, String name) throws NoSuchFieldException, SecurityException
Copyright © 2020 CenterDevice GmbH. All rights reserved.