public class ReflectionUtil extends Object
ReflectionUtil()
static void
checkAndSetDefaultValue(Object bean, String fieldName, String setMethodName, Object defaultValue)
static Method
getMethod(Class<?> clazz, String methodName, Class<?> parameterType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReflectionUtil()
public static void checkAndSetDefaultValue(Object bean, String fieldName, String setMethodName, Object defaultValue)
public static Method getMethod(Class<?> clazz, String methodName, Class<?> parameterType)
Copyright © 2024. All rights reserved.