Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestPOJOAsArrayAdvanced.java50 static class AsArrayWithView class in TestPOJOAsArrayAdvanced
91 AsArrayWithView input = new AsArrayWithView(); in testWithView()
99 AsArrayWithView result = MAPPER.readerFor(AsArrayWithView.class).withView(ViewB.class) in testWithView()