Uses of Interface
org.springframework.validation.BindingErrorProcessor
Packages that use BindingErrorProcessor
Package
Description
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Support classes for web data binding.
-
Uses of BindingErrorProcessor in org.springframework.validation
Classes in org.springframework.validation that implement BindingErrorProcessorMethods in org.springframework.validation that return BindingErrorProcessorModifier and TypeMethodDescriptionDataBinder.getBindingErrorProcessor()
Return the strategy for processing binding errors.Methods in org.springframework.validation with parameters of type BindingErrorProcessorModifier and TypeMethodDescriptionvoid
DataBinder.setBindingErrorProcessor
(BindingErrorProcessor bindingErrorProcessor) Set the strategy to use for processing binding errors, that is, required field errors andPropertyAccessException
s. -
Uses of BindingErrorProcessor in org.springframework.web.bind.support
Methods in org.springframework.web.bind.support that return BindingErrorProcessorModifier and TypeMethodDescriptionfinal BindingErrorProcessor
ConfigurableWebBindingInitializer.getBindingErrorProcessor()
Return the strategy to use for processing binding errors.Methods in org.springframework.web.bind.support with parameters of type BindingErrorProcessorModifier and TypeMethodDescriptionfinal void
ConfigurableWebBindingInitializer.setBindingErrorProcessor
(BindingErrorProcessor bindingErrorProcessor) Set the strategy to use for processing binding errors, that is, required field errors andPropertyAccessException
s.