spring-framework / org.springframework.web.method.annotation / InitBinderDataBinderFactory / initBinder

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.

Exceptions

Exception - if one of the invoked @InitBinder methods fail.