Tag Archives: java
Accessing private fields in java
Did you ever have a situation, when you had to access private fields whereas class didn’t have getters and setters methods and you couldn’t modify its source? This article tells how to avoid this problem using java reflection api. Continue reading