boolean |
ReflectionUtils.FieldTraverser.apply(Field field) |
boolean |
ReflectionUtils.MethodTraverser.apply(Method m) |
static void |
ObjectConfigUtils.configJavaBeanProperties(Object obj,
PropertyMap properties) |
static void |
ObjectConfigUtils.configProperties(Object obj,
PropertyMap properties) |
static Field |
ReflectionUtils.findField(Class<?> clazz,
String property) |
static Method |
ReflectionUtils.findMethod(Class<?> clazz,
String methodName) |
static Object |
ReflectionUtils.get(Field m,
Object obj) |
static void |
ReflectionUtils.invoke(Method m,
Object obj,
Object... args) |
static void |
ReflectionUtils.set(Field m,
Object obj,
Object value) |
static Field |
ReflectionUtils.traverse(Class<?> clazz,
ReflectionUtils.FieldMatcher matcher,
ReflectionUtils.FieldTraverser traverser) |
static Method |
ReflectionUtils.traverse(Class<?> clazz,
ReflectionUtils.MethodMatcher matcher,
ReflectionUtils.MethodTraverser traverser) |