spring-framework / org.springframework.web.method.support / InvocableHandlerMethod / setDataBinderFactory

setDataBinderFactory

open fun setDataBinderFactory(dataBinderFactory: WebDataBinderFactory): Unit

Set the WebDataBinderFactory to be passed to argument resolvers allowing them to create a WebDataBinder for data binding and type conversion purposes.

Parameters

dataBinderFactory - the data binder factory.