WebExchangeDataBinder(@Nullable target: Any)
Create a new instance, with default object name.
target - the target object to bind onto (or null if the binder is just used to convert a plain parameter value)
See Also
#DEFAULT_OBJECT_NAME
WebExchangeDataBinder(@Nullable target: Any, objectName: String)
Create a new instance.
target - the target object to bind onto (or null if the binder is just used to convert a plain parameter value)