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 662a56e commit b056c49Copy full SHA for b056c49
src/main/java/com/fasterxml/jackson/databind/MappingJsonFactory.java
@@ -13,6 +13,10 @@
13
* The only addition to regular {@link JsonFactory} currently
14
* is that {@link ObjectMapper} is constructed and passed as
15
* the codec to use.
16
+ *<p>
17
+ * NOTE: this class is removed from Jackson 3.0 as it is no longer
18
+ * needed (nor can implementation as-is be supported due to changes
19
+ * in {@code JsonFactory}/{@code ObjectMapper} interfaces).
20
*/
21
public class MappingJsonFactory
22
extends JsonFactory
0 commit comments