Flapi icon indicating copy to clipboard operation
Flapi copied to clipboard

Infer generics from classes provided to JavaType

Open UnquietCode opened this issue 10 years ago • 0 comments

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.

UnquietCode avatar Mar 18 '15 05:03 UnquietCode