spring-framework / org.springframework.web.servlet.mvc.method.annotation / ExtendedServletRequestDataBinder / <init>

<init>

ExtendedServletRequestDataBinder(@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

ExtendedServletRequestDataBinder(@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

See Also
#DEFAULT_OBJECT_NAME