Obtaining error with Spring Binder when YAML property not mappable to target object
I’m using spring Binder
to load YAML content into a POD instance. My code works well but I would need that it returns an error or throws an exception if a property (from the YAML file) is not bindable to my POD