Package org.springframework.validation
@NonNullApi
@NonNullFields
package org.springframework.validation
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
ClassDescriptionAbstract implementation of the
BindingResult
interface and its super-interfaceErrors
.Abstract implementation of theErrors
interface.Abstract base class forBindingResult
implementations that work with Spring'sPropertyAccessor
mechanism.Default implementation of theErrors
andBindingResult
interfaces, for the registration and evaluation of binding errors on JavaBean objects.Thrown when binding errors are considered fatal.Strategy for processingDataBinder
's missing field errors, and for translating aPropertyAccessException
to aFieldError
.General interface that represents binding results.Convenience methods for looking up BindingResults in a model Map.Binder that allows applying property values to a target object via constructor and setter injection, and also supports validation and binding result analysis.Strategy to determine the name of the value to bind to a method parameter.Strategy forconstructor binding
to look up the values to bind to a given constructor parameter.DefaultBindingErrorProcessor
implementation.Default implementation of theMessageCodesResolver
interface.Common message code formats.Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.Stores and exposes information about data-binding and validation errors for a specific object.Encapsulates a field error, that is, a reason for rejecting a specific field value.Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.A strategy interface for formatting message codes.Strategy interface for building message codes from validation error codes.Encapsulates an object error, that is, a global reason for rejecting an object.A simple implementation of theErrors
interface, managing global errors and field errors for a top-level target object.Extended variant of theValidator
interface, adding support for validation 'hints'.Utility class offering convenient methods for invoking aValidator
and for rejecting empty fields.A validator for application-specific objects.