Skip to content

Commit cffc883

Browse files
committed
Mention parameter-names in Jackson2ObjectMapperBuilder documentation
Closes gh-31959
1 parent 515c654 commit cffc883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
* support for Java 8 Date &amp; Time API types</li>
8888
* <li><a href="https://github.com/FasterXML/jackson-module-kotlin">jackson-module-kotlin</a>:
8989
* support for Kotlin classes and data classes</li>
90+
* <li><a href="https://github.com/FasterXML/jackson-modules-java8/tree/2.17/parameter-names">jackson-modules-java8/parameter-names</a>:
91+
* support for accessing parameter names</li>
9092
* </ul>
9193
*
9294
* @author Sebastien Deleuze

0 commit comments

Comments
 (0)