Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestUnwrapped.java121 Issue2088UnwrappedBean w;
128 public void setW(Issue2088UnwrappedBean w) { in setW()
133 static class Issue2088UnwrappedBean { class in TestUnwrapped
137 public Issue2088UnwrappedBean(@JsonProperty("a") int a, @JsonProperty("b") int b) { in Issue2088UnwrappedBean() method in TestUnwrapped.Issue2088UnwrappedBean