Getter Setter « Reflection « Java





1.Gets the getters of a pojo as a map of String as key and Method as value.
2.Gets the setters of a pojo as a map of String as key and Method as value.
3.Find a setter method for the give object's property and try to call it.