Home
last modified time | relevance | path

Searched refs:nestedStrValue (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DPojoAsArray646Test.java33 public String nestedStrValue; field in PojoAsArray646Test.TheItem.NestedItem
36 public NestedItem(@JsonProperty("nestedStrValue") String nestedStrValue) { in NestedItem() argument
37 this.nestedStrValue = nestedStrValue; in NestedItem()