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

<init>

WebRequestDataBinder(@Nullable target: Any)

Create a new WebRequestDataBinder 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

WebRequestDataBinder(@Nullable target: Any, objectName: String)

Create a new WebRequestDataBinder 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