Fix Javadoc for Jackson2ObjectMapperFactoryBean [SPR-13765] #18339
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: task
A general task
Milestone
umesha balasubramaniam opened SPR-13765 and commented
The javadoc for Jackson2ObjectMapperFactoryBean has an error when it describes the how to set the featuresEnabled property. The documentation incorrectly describes using the $ syntax to refer to the enum value:
It should use the dot syntax:
Affects: 3.2.15, 4.1.8, 4.2.3
Reference URL: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/http/converter/json/Jackson2ObjectMapperFactoryBean.html#setFeaturesToEnable-java.lang.Object...-
Referenced from: commits 242acda, 1585a82, f7031df
Backported to: 4.1.9, 3.2.16
The text was updated successfully, but these errors were encountered: