Searched refs:rootMapper (Results 1 – 1 of 1) sorted by relevance
33 ObjectMapper mapper = rootMapper(); in testRootViaMapper()49 final ObjectMapper mapper = rootMapper(); in testRootViaMapperFails()86 final ObjectReader reader = rootMapper().readerFor(Bean.class); in testRootViaReaderFails()123 ObjectMapper mapper = rootMapper(); in testRootViaWriterAndReader()171 ObjectMapper wrapping = rootMapper(); in testRootUsingExplicitConfig()206 private ObjectMapper rootMapper() { in rootMapper() method in TestRootName