Closed JanHolger closed 2 years ago
Describe the Bug Currently the mapper includes static fields
To Reproduce
class Test { static String test = "Test"; } System.out.println(new Mapper().map(new Test()).toJsonString(true));
Expected behavior Don't include static fields
fixed in 1.0.2
Describe the Bug Currently the mapper includes static fields
To Reproduce
Expected behavior Don't include static fields