You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/json.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Because javadoc:org.springframework.boot.jackson.JsonComponent[format=annotation
37
37
Spring Boot also provides javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] and javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] base classes that provide useful alternatives to the standard Jackson versions when serializing objects.
38
38
See javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] and javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] in the API documentation for details.
39
39
40
-
The example above can be rewritten to use javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] / javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] as follows:
40
+
The example above can be rewritten to use javadoc:org.springframework.boot.jackson.JsonObjectSerializer[] and javadoc:org.springframework.boot.jackson.JsonObjectDeserializer[] as follows:
0 commit comments