boolean |
ReflectionUtils.FieldTraverser.apply(Field field) |
boolean |
ReflectionUtils.MethodTraverser.apply(Method m) |
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 |
PropertyUtils.initialize(Object obj,
ConfigBase properties,
FormatProvider formatProvider,
com.appslandia.common.utils.PropertyUtils.PropertyStrategy propertyStrategy) |
static void |
PropertyUtils.initialize(Object obj,
ConfigBase properties,
com.appslandia.common.utils.PropertyUtils.PropertyStrategy propertyStrategy) |
static Object |
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) |