Searched refs:jsonUnwrapped (Results 1 – 1 of 1) sorted by relevance
135 String jsonUnwrapped = mapper.writeValueAsString(input); in testReconfiguringOfWrapping() local136 assertEquals("{\"a\":3}", jsonUnwrapped); in testReconfiguringOfWrapping()143 Bean result = mapper.readValue(jsonUnwrapped, Bean.class); in testReconfiguringOfWrapping()147 .readValue(jsonUnwrapped); in testReconfiguringOfWrapping()