Package cronapi.util
Class ReflectionUtils
- java.lang.Object
-
- cronapi.util.ReflectionUtils
-
public class ReflectionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationgetAnnotation(Parameter obj, String name)static ObjectgetField(Object obj, String name)static voidsetField(Object obj, String name, Object value)
-