Uses of Package
org.springframework.validation
Package
Description
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Support classes for working with annotated message-handling methods.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Configuration support for WebSocket messaging using higher level messaging protocols.
Testing support for validation.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
MockMvcBuilder
implementations.Provides data binding and validation functionality,
for usage in business and/or UI layers.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
Abstractions and support classes for method validation, independent of the
underlying validation library.
Provides web-specific data binding functionality.
Support classes for web data binding.
Spring WebFlux configuration infrastructure.
Support for result handling through view resolution.
Annotation-based setup for Spring MVC.
Provides the types that make up Spring's functional web framework for Servlet environments.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support package for MVC controllers.
Support classes for Spring's web MVC framework.
This package contains Spring's JSP standard tag library for JSP 2.0+.
-
-
ClassDescriptionGeneral interface that represents binding results.A validator for application-specific objects.
-
-
-
-
-
-
-
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.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.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.Common message code formats.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.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 validator for application-specific objects. -
ClassDescriptionGeneral interface that represents binding results.Stores and exposes information about data-binding and validation errors for a specific object.Strategy interface for building message codes from validation error codes.Extended variant of the
Validator
interface, adding support for validation 'hints'.A validator for application-specific objects. -
ClassDescriptionStores 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.Encapsulates an object error, that is, a global reason for rejecting an object.
-
ClassDescriptionThrown when binding errors are considered fatal.General interface that represents binding results.Binder that allows applying property values to a target object via constructor and setter injection, and also supports validation and binding result analysis.Strategy for
constructor binding
to look up the values to bind to a given constructor parameter.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.Encapsulates an object error, that is, a global reason for rejecting an object. -
ClassDescriptionThrown when binding errors are considered fatal.Strategy for processing
DataBinder
's missing field errors, and for translating aPropertyAccessException
to aFieldError
.General interface that represents binding results.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.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.Strategy interface for building message codes from validation error codes.Encapsulates an object error, that is, a global reason for rejecting an object.A validator for application-specific objects. -
ClassDescriptionStrategy interface for building message codes from validation error codes.A validator for application-specific objects.
-
ClassDescriptionStores and exposes information about data-binding and validation errors for a specific object.
-
ClassDescriptionStrategy interface for building message codes from validation error codes.A validator for application-specific objects.
-
-
ClassDescriptionBinder that allows applying property values to a target object via constructor and setter injection, and also supports validation and binding result analysis.
-
ClassDescriptionBinder that allows applying property values to a target object via constructor and setter injection, and also supports validation and binding result analysis.
-
ClassDescriptionStores and exposes information about data-binding and validation errors for a specific object.
-
ClassDescriptionStores and exposes information about data-binding and validation errors for a specific object.