I have POJO named LogingBean contain two fields named username and password and getter setter for the same.
Is it possible to set value of out VO's field using java.lang.reflect.method API ?
|
I have POJO named LogingBean contain two fields named username and password and getter setter for the same. Is it possible to set value of out VO's field using java.lang.reflect.method API ? |
|||||
|
|
I'm not 100% sure I understand the question, but this is one way to invoke a setter using reflection.
|
|||||||||
|