spring-native icon indicating copy to clipboard operation
spring-native copied to clipboard

Add hint feature for "all nested classes"

Open dsyer opened this issue 4 years ago • 0 comments

We often find that we need to deserialize (e.g. from JSON) or bind to a class and all its nested classes (e.g. InstanceInfo in spring-cloud-netflix-euraka-client) and it's tedious and unnecessary to list them all explicitly. It would be nice to have a flag we could set on a hint that would dive into the nested classes.

dsyer avatar Mar 11 '21 10:03 dsyer