public static<K> K fromJSON(String jsonData) { return OpenRedisJSON.gson.fromJson(jsonData, K.class); // want something like this. }
ยฉ 2026 Hedgehog Software, LLC
Join the Discord to ask follow-up questions and connect with the community
We are a Community full of Java developers. Connect with other devs, get help, help others and do much more!
27,643 Members