spring-framework / org.springframework.web.bind.support / WebExchangeDataBinder / <init>

<init>

WebExchangeDataBinder(@Nullable target: Any)

Create a new instance, with default object name.

Parameters

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.

Parameters

target - the target object to bind onto (or null if the binder is just used to convert a plain parameter value)

objectName - the name of the target object