diff --git a/reflect-config.json b/reflect-config.json index 8f95124..b5fd74c 100644 --- a/reflect-config.json +++ b/reflect-config.json @@ -51,6 +51,8 @@ { "name" : "org.rocksdb.RocksDBException", "allPublicConstructors": true, - "allPublicClasses": true + "allPublicClasses": true, + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true } ] \ No newline at end of file