Hi! Could you help me with the question about *https://github.com/FasterXML/jackson-databind/blob/c45ed8c4cbf6c29317bf4cf562558884fa698eec/src/main/java/com/fasterxml/jackson/databind/DeserializationConfig.java#L364* ? Actually I try to upgrade version of jackson to 2.11.2, could you point me analog of the method( public DeserializationConfig with(DateFormat df) ) in version 2.11.2
Used in 2.8.9 version the next ObjectMapper mapper = ObjectMapperProvider.getMapper(Config.newInstance() .withoutPropertyNamingStrategy() .writeEmptyArrays(true) .writeNullMapValues(true)); mapper.setConfig(mapper.getDeserializationConfig() *.with(SIMPLE_DATE_FORMAT)*); In 2.11.2 version in DeserializationConfig method with(DateFormat) is absent. Could you provide me analog in 2.11.2 version ? Thank you -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/02fe8e32-6f30-4667-a886-56d00345a507n%40googlegroups.com.
