Closed Capstan closed 5 years ago
These are the warnings as of 2.9.9.
ObjectMapper.reader(TypeReference<?> type)
ObjectMapper.readerFor(TypeReference)
ObjectNode.put
ObjectNode.set
ObjectNode.replace
SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN
JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN
ObjectWrite.with(JsonGenerator.Feature)
These are the warnings as of 2.9.9.
ObjectMapper.reader(TypeReference<?> type)
should be replaced byObjectMapper.readerFor(TypeReference)
ObjectNode.put
should be replaced byObjectNode.set
orObjectNode.replace
SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN
should be replaced byJsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN
withObjectWrite.with(JsonGenerator.Feature)