Class ReflectionUtils
java.lang.Object
com.xebialabs.deployit.booter.local.utils.ReflectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Field_searchField(Class<?> clazz, String name) getAllInterfaces(Class<?> cls) static Objectstatic RuntimeExceptionstatic FieldsearchField(Class<?> clazz, String name) static voidstatic voidsetFieldWithConversion(Object on, String fieldName, String value)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
searchField
-
_searchField
-
handleInvocationTargetException
public static RuntimeException handleInvocationTargetException(InvocationTargetException e, String msg) -
setField
-
getField
-
getAllInterfaces
-
setFieldWithConversion
-