Browse Source

Fix Javadoc since for new modules() and modulesToInstall()

See gh-28914
pull/28959/head
Johnny Lim 4 years ago committed by Stephane Nicoll
parent
commit
d080b64907
  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

@ -553,7 +553,7 @@ public class Jackson2ObjectMapperBuilder { @@ -553,7 +553,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
@ -589,7 +589,7 @@ public class Jackson2ObjectMapperBuilder { @@ -589,7 +589,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