spring-framework / org.springframework.web.servlet.mvc.method.annotation / ServletRequestDataBinderFactory

ServletRequestDataBinderFactory

open class ServletRequestDataBinderFactory : InitBinderDataBinderFactory

Creates a ServletRequestDataBinder.

Author
Rossen Stoyanchev

Since
3.1

Constructors

<init>

ServletRequestDataBinderFactory(binderMethods: MutableList<InvocableHandlerMethod>, initializer: WebBindingInitializer)

Create a new instance.

Inherited Functions

initBinder

open fun initBinder(binder: WebDataBinder, request: NativeWebRequest): Unit

Initialize a WebDataBinder with @InitBinder methods. If the @InitBinder annotation specifies attributes names, it is invoked only if the names include the target object name.