Package com.ticxo.modelengine.api.utils
Class ReflectionUtils
java.lang.Object
com.ticxo.modelengine.api.utils.ReflectionUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
call
(ReflectionUtils.MethodEnum method, Object... parameters) static <T> T
call
(Object object, ReflectionUtils.MethodEnum method, Object... parameters) static <T> T
static <T> T
get
(Object object, ReflectionUtils.ReflectionEnum field) static <T> T
get
(Object object, ReflectionUtils.ReflectionEnum field, T def) static Field
static Field
static Method
getMethod
(ReflectionUtils.MethodEnum method) static boolean
set
(ReflectionUtils.ReflectionEnum field, Object val) static boolean
set
(Object object, ReflectionUtils.ReflectionEnum field, Object val) static Field
static Method
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
unlockField
-
unlockMethod
-
getField
-
getField
-
getMethod
-
get
-
get
-
get
-
set
-
set
-
call
-
call
-