public static Set<String> typesRequiringReflection()
Returns:
A set of names of all classes that will be involved in GSON serialization and will require reflection support.
Useful to enable reflection for these classes in GraalVM-based native images.