Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DTestRootName.java135 String jsonUnwrapped = mapper.writeValueAsString(input); in testReconfiguringOfWrapping() local
136 assertEquals("{\"a\":3}", jsonUnwrapped); in testReconfiguringOfWrapping()
143 Bean result = mapper.readValue(jsonUnwrapped, Bean.class); in testReconfiguringOfWrapping()
147 .readValue(jsonUnwrapped); in testReconfiguringOfWrapping()