Closed, don't need answer

On Wednesday, November 17, 2021 at 9:05:18 PM UTC+3 Anastasiya Minich wrote:

> 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
>  
> <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/a6c980bc-ff88-4027-b539-b995a946c693n%40googlegroups.com.

Reply via email to