Methods
Modifier and Type |
Method and Description |
static boolean |
checkProperty(Object bean,
String name) |
static Class<?> |
getFieldType(Class<?> clazz,
String name) |
static Method |
getGetter(Class<?> clazz,
String attributeName) |
static Method |
getGetter(Object bean,
String attributeName) |
static <E> E |
getInstance(Class<E> clazz) |
static Object |
getProperty(Object bean,
String name) |
static Method |
getSetter(Object bean,
String attributeName,
Class<?>... classes) |
static Object |
invokeMethod(Object obj,
String methodName,
Object[] args) |
static void |
setProperty(Object bean,
String name,
Object value) |
static Object |
simpleInvokeMethod(Method m,
Object obj,
Object param) |