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 b6e0cee commit a5701dfCopy full SHA for a5701df
jsonb/src/main/java9/module-info.java
@@ -4,7 +4,7 @@
4
exports io.avaje.jsonb;
5
exports io.avaje.jsonb.spi;
6
7
- uses io.avaje.jsonb.spi.IOAdapterFactory;
+ uses io.avaje.jsonb.spi.AdapterFactory;
8
uses io.avaje.jsonb.spi.Bootstrap;
9
uses io.avaje.jsonb.Jsonb.Component;
10
0 commit comments