Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestPOJOAsArray.java118 static class CreatorWithIndex { class in TestPOJOAsArray
122 public CreatorWithIndex(@JsonProperty(index=0, value="a") int a, in CreatorWithIndex() method in TestPOJOAsArray.CreatorWithIndex