Mention parameter-names in Jackson2ObjectMapperBuilder documentation

Closes gh-31959
This commit is contained in:
Sébastien Deleuze
2024-01-08 14:56:59 +01:00
parent 515c654a46
commit cffc8835c6

View File

@@ -87,6 +87,8 @@ import org.springframework.util.xml.StaxUtils;
* support for Java 8 Date &amp; Time API types</li>
* <li><a href="https://github.com/FasterXML/jackson-module-kotlin">jackson-module-kotlin</a>:
* support for Kotlin classes and data classes</li>
* <li><a href="https://github.com/FasterXML/jackson-modules-java8/tree/2.17/parameter-names">jackson-modules-java8/parameter-names</a>:
* support for accessing parameter names</li>
* </ul>
*
* @author Sebastien Deleuze