Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DPOJONodeTest.java41 Map<String, Object> mapTest = new HashMap<>(); in testPOJONodeCustomSer() local
42 mapTest.put("data", data); in testPOJONodeCustomSer()
49 String mapOut = MAPPER.writer().withAttribute("myAttr", "Hello!").writeValueAsString(mapTest); in testPOJONodeCustomSer()