Searched refs:WRITE_EMPTY_JSON_ARRAYS (Results 1 – 6 of 6) sorted by relevance
341 WRITE_EMPTY_JSON_ARRAYS(true), enumConstant
93 ObjectMapper m = new ObjectMapper().disable(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS); in testNodeInEmptyArray()102 .disable(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS) in testNodeInEmptyArray()
258 assertTrue(MAPPER.isEnabled(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS)); in testEmptyListOrArray()264 m.configure(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS, false); in testEmptyListOrArray()
311 !provider.isEnabled(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS); in serialize()340 !provider.isEnabled(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS); in serializeWithType()
220 && !_config.isEnabled(SerializationFeature.WRITE_EMPTY_JSON_ARRAYS)) { in buildWriter()
887 #867: Support `SerializationFeature.WRITE_EMPTY_JSON_ARRAYS ` for `JsonNode`