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 552c1d5 commit c68937bCopy full SHA for c68937b
src/main/java/module-info.java
@@ -32,8 +32,10 @@
32
exports tools.jackson.databind.deser.jdk;
33
exports tools.jackson.databind.deser.std;
34
exports tools.jackson.databind.exc;
35
- // No need to expose these handlers?
36
-// exports tools.jackson.databind.ext;
+ exports tools.jackson.databind.ext;
+ exports tools.jackson.databind.ext.jdk8;
37
+ // Needed by Ion module for SqlDate deserializer:
38
+ exports tools.jackson.databind.ext.sql;
39
exports tools.jackson.databind.introspect;
40
exports tools.jackson.databind.json;
41
exports tools.jackson.databind.jsonFormatVisitors;
0 commit comments