Searched defs:BeanWithCreator (Results 1 – 1 of 1) sorted by relevance
14 static class BeanWithCreator class in SerializationOrderTest20 @JsonCreator public BeanWithCreator(@JsonProperty("c") int c, @JsonProperty("a") int a) { in BeanWithCreator() method in SerializationOrderTest.BeanWithCreator