类 BindingContext


  • public class BindingContext
    extends 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.

    Container for the default model for the request.

    从以下版本开始:
    5.0
    作者:
    Rossen Stoyanchev