Java org.springframework.web.bind.support ConfigurableWebBindingInitializer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.bind.support ConfigurableWebBindingInitializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.bind.support ConfigurableWebBindingInitializer.

The text is from its open source code.

Constructor

Method

ConversionServicegetConversionService()
Return the ConversionService which will apply to every DataBinder.
ValidatorgetValidator()
Return the Validator to apply after each binding step, if any.
voidsetConversionService(@Nullable ConversionService conversionService)
Specify a ConversionService which will apply to every DataBinder.
voidsetPropertyEditorRegistrar(PropertyEditorRegistrar propertyEditorRegistrar)
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
voidsetValidator(@Nullable Validator validator)
Set the Validator to apply after each binding step.