Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DTestRootName.java138 String jsonWrapped = mapper.writer(SerializationFeature.WRAP_ROOT_VALUE) in testReconfiguringOfWrapping() local
140 assertEquals("{\"rudy\":{\"a\":3}}", jsonWrapped); in testReconfiguringOfWrapping()
154 .readValue(jsonWrapped); in testReconfiguringOfWrapping()