From c57a3d2a45d723cffafb6bf529d7ec5e719afeb2 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 30 Mar 2024 02:35:35 +0100 Subject: [PATCH] Add RocksDBException --- reflect-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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