spring-native
spring-native copied to clipboard
Add hint feature for "all nested classes"
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.