Searched refs:RootBeanWithEmpty (Results 1 – 1 of 1) sorted by relevance
21 static class RootBeanWithEmpty { class in TestRootName40 json = mapper.writeValueAsString(new RootBeanWithEmpty()); in testRootViaMapper()42 RootBeanWithEmpty bean2 = mapper.readValue(json, RootBeanWithEmpty.class); in testRootViaMapper()