Searched refs:mapTest (Results 1 – 1 of 1) sorted by relevance
41 Map<String, Object> mapTest = new HashMap<>(); in testPOJONodeCustomSer() local42 mapTest.put("data", data); in testPOJONodeCustomSer()49 String mapOut = MAPPER.writer().withAttribute("myAttr", "Hello!").writeValueAsString(mapTest); in testPOJONodeCustomSer()