概要:
详细资料:
ReflexUtils()
static @Nullable Field
getField(@NotNull Class<?> type, @NotNull String fieldName)
static List<Field>
getFields(@NotNull Class<?> type)
static @Nullable Object
getFieldValue(@NotNull Object object, @NotNull String fieldName)
static Method
getMethod(@NotNull Class<?> clazz, @NotNull String fieldName, @NotNull Class<?>... o)
static Object
invokeMethod(@NotNull Method method, @Nullable Object by, @Nullable Object... param)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait