Can I access and get the value of object using java reflection
ther is method to get --getLong,getInt ,but I couldn't find getObject()
|
Can I access and get the value of object using java reflection ther is method to get --getLong,getInt ,but I couldn't find getObject() |
|||||
|
|
Are you looking for simply |
|||
|
The example above will return the Field instance corresponding to the field someField
If no field exists with the name given as parameter to the getField() method, a |
|||
|
|