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