Flapi
Flapi copied to clipboard
Infer generics from classes provided to JavaType
When creating a new JavaType using JavaType#from(Class<?>), infer the generic types and add them to the type parameters. Probably the spring generics support can handle this.