parent
b6e252495a
commit
113f0fb13f
|
|
@ -35,7 +35,7 @@ import org.springframework.util.Assert;
|
||||||
*
|
*
|
||||||
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Jackson 2.6 and higher.
|
* <p>Compatible with Jackson 2.9 and higher.
|
||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2016 the original author or authors.
|
* Copyright 2002-2017 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -35,7 +35,7 @@ import org.springframework.http.MediaType;
|
||||||
*
|
*
|
||||||
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Jackson 2.6 and higher, as of Spring 4.3.
|
* <p>Compatible with Jackson 2.9 and higher, as of Spring 5.0.
|
||||||
*
|
*
|
||||||
* @author Arjen Poutsma
|
* @author Arjen Poutsma
|
||||||
* @author Keith Donald
|
* @author Keith Donald
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ import org.springframework.util.Assert;
|
||||||
*
|
*
|
||||||
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Jackson 2.6 and higher.
|
* <p>Compatible with Jackson 2.9 and higher.
|
||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ import org.springframework.util.Assert;
|
||||||
*
|
*
|
||||||
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Jackson 2.6 and higher, as of Spring 4.3.
|
* <p>Compatible with Jackson 2.9 and higher, as of Spring 5.0.
|
||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
* @since 4.1
|
* @since 4.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue