Browse Source

Merge branch '5.3.x'

pull/28922/head
Stephane Nicoll 2 years ago
parent
commit
058b5fef6b
  1. 4
      spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilder.java

4
spring-web/src/main/java/org/springframework/http/converter/json/Jackson2ObjectMapperBuilder.java

@ -552,7 +552,7 @@ public class Jackson2ObjectMapperBuilder { @@ -552,7 +552,7 @@ public class Jackson2ObjectMapperBuilder {
/**
* Variant of {@link #modules(Module...)} with a {@link Consumer} for full
* control over the underlying list of modules.
* @since 6.0
* @since 5.3.22
* @see #modules(Module...)
* @see #modules(List)
* @see com.fasterxml.jackson.databind.Module
@ -588,7 +588,7 @@ public class Jackson2ObjectMapperBuilder { @@ -588,7 +588,7 @@ public class Jackson2ObjectMapperBuilder {
/**
* Variant of {@link #modulesToInstall(Module...)} with a {@link Consumer}
* for full control over the underlying list of modules.
* @since 6.0
* @since 5.3.22
* @see #modulesToInstall(Module...)
* @see #modulesToInstall(Class...)
* @see com.fasterxml.jackson.databind.Module

Loading…
Cancel
Save