Searched refs:withoutRootName (Results 1 – 3 of 3) sorted by relevance
178 json = wrapping.writer().withoutRootName().writeValueAsString(new Bean()); in testRootUsingExplicitConfig()185 bean = wrapping.readerFor(Bean.class).withoutRootName().readValue("{\"a\":4}"); in testRootUsingExplicitConfig()
548 public ObjectWriter withoutRootName() { in withoutRootName() method in ObjectWriter
686 public ObjectReader withoutRootName() { in withoutRootName() method in ObjectReader