Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DSerializationOrderTest.java14 static class BeanWithCreator class in SerializationOrderTest
20 @JsonCreator public BeanWithCreator(@JsonProperty("c") int c, @JsonProperty("a") int a) { in BeanWithCreator() method in SerializationOrderTest.BeanWithCreator