Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DPojoAsArray646Test.java28 static class TheItem { class in PojoAsArray646Test
46 …public TheItem(@JsonProperty("strValue") String strValue, @JsonProperty("boolValue") boolean boolV… in TheItem() method in PojoAsArray646Test.TheItem