java reflection set,How to set field values using Java reflection
In the Java reflection API, thejava.lang.reflect.Fieldclass represents a generic field in a class or interface, and allows to retrieve programmatically field information, such as name, type, or anno...