Searched defs:BeanForGH311 (Results 1 – 1 of 1) sorted by relevance
71 static class BeanForGH311 { class in SerializationOrderTest76 …public BeanForGH311(@JsonProperty("b") int b, @JsonProperty("a") int a) { //b and a are out of ord… in BeanForGH311() method in SerializationOrderTest.BeanForGH311