| Package | Description |
|---|---|
| com.appslandia.common.utils |
| Modifier and Type | Method | Description |
|---|---|---|
static Field |
ReflectionUtils.findField(Class<?> clazz,
String property) |
|
static Method |
ReflectionUtils.findMethod(Class<?> clazz,
String methodName) |
|
static Object |
ReflectionUtils.get(Field m,
Object obj) |
|
boolean |
ReflectionUtils.FieldHandler.handleThenNext(Field field) |
|
boolean |
ReflectionUtils.MethodHandler.handleThenNext(Method m) |
|
static void |
PropertyUtils.initialize(Object obj,
PropertyConfig config,
FormatProvider formatProvider,
com.appslandia.common.utils.PropertyUtils.PropertyStrategy propertyStrategy) |
|
static void |
PropertyUtils.initialize(Object obj,
PropertyConfig config,
com.appslandia.common.utils.PropertyUtils.PropertyStrategy propertyStrategy) |
|
static Object |
ReflectionUtils.invoke(Method m,
Object obj,
Object... args) |
|
static <T> Class<? extends T> |
ReflectionUtils.loadClass(String className,
ClassLoader loader) |
|
static <T> T |
ReflectionUtils.newInstance(Class<T> clazz) |
|
static void |
ReflectionUtils.set(Field m,
Object obj,
Object value) |
|
static Field |
ReflectionUtils.traverse(Class<?> clazz,
ReflectionUtils.FieldHandler handler) |
|
static Method |
ReflectionUtils.traverse(Class<?> clazz,
ReflectionUtils.MethodHandler handler) |
Copyright © 2018. All rights reserved.