Class Helpers
java.lang.Object
org.cyclops.commoncapabilities.core.Helpers
Helper methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Field
static <R> R
getFieldValue
(Object instance, Field field) static <E> Method
static <R> R
invokeMethod
(Object instance, Method method, Object... arguments)
-
Constructor Details
-
Helpers
public Helpers()
-
-
Method Details
-
invokeMethod
-
getFieldValue
-
getMethod
-
getField
-