Skip to content

Commit 785c456

Browse files
committed
...
1 parent 4fc7cb0 commit 785c456

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,13 @@ protected void _checkInvalidCopy(Class<?> exp)
511511
}
512512
}
513513

514+
/*
515+
/**********************************************************
516+
/* Methods sub-classes MUST override if providing custom
517+
/* ObjectReader/ObjectWriter implementations
518+
/**********************************************************
519+
*/
520+
514521
/**
515522
* Factory method sub-classes must override, to produce {@link ObjectReader}
516523
* instances of proper sub-type

0 commit comments

Comments
 (0)