public class BindingContext
extends java.lang.Object
Context to assist with binding request data onto Objects and provide access
to a shared Model with controller-specific attributes.
Provides methods to create a WebExchangeDataBinder for a specific
target, command Object to apply data binding and validation to, or without a
target Object for simple type conversion from request values.