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 4fc7cb0 commit 785c456Copy full SHA for 785c456
src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java
@@ -511,6 +511,13 @@ protected void _checkInvalidCopy(Class<?> exp)
511
}
512
513
514
+ /*
515
+ /**********************************************************
516
+ /* Methods sub-classes MUST override if providing custom
517
+ /* ObjectReader/ObjectWriter implementations
518
519
+ */
520
+
521
/**
522
* Factory method sub-classes must override, to produce {@link ObjectReader}
523
* instances of proper sub-type
0 commit comments