We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f0287 commit f7c7521Copy full SHA for f7c7521
src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java
@@ -1125,7 +1125,7 @@ public ObjectMapper registerModules(Iterable<? extends Module> modules)
1125
* module is NOT included in returned set.
1126
*<p>
1127
* NOTE: this method will be replaced in Jackson 3.0 with
1128
- * {@code Stream<JacksonModule> getRegisteredModules()} that will return actual Module
+ * {@code Collection<JacksonModule> registeredModules()} that will return actual Module
1129
* instances, instead of ids. Such method can not be backported in 2.x due to
1130
* differences in how Module registration works (2.x only has access to Module Ids)
1131
*
0 commit comments