Home
last modified time | relevance | path

Searched defs:BeanForGH311 (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DSerializationOrderTest.java71 static class BeanForGH311 { class in SerializationOrderTest
76 …public BeanForGH311(@JsonProperty("b") int b, @JsonProperty("a") int a) { //b and a are out of ord… in BeanForGH311() method in SerializationOrderTest.BeanForGH311