Package | Description |
---|---|
org.springframework.messaging.handler.annotation.support |
Support classes for working with annotated message-handling methods.
|
org.springframework.messaging.simp.annotation.support |
Support classes for handling messages from simple messaging protocols
(like STOMP).
|
org.springframework.messaging.simp.config |
Configuration support for WebSocket messaging using higher level messaging protocols.
|
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.validation.beanvalidation |
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.
|
org.springframework.web.bind |
Provides web-specific data binding functionality.
|
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
Class and Description |
---|
BindingResult
General interface that represents binding results.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
AbstractBindingResult
Abstract implementation of the
BindingResult interface and
its super-interface Errors . |
AbstractErrors
Abstract implementation of the
Errors interface. |
AbstractPropertyBindingResult
Abstract base class for
BindingResult implementations that work with
Spring's PropertyAccessor mechanism. |
BindException
Thrown when binding errors are considered fatal.
|
BindingErrorProcessor
Strategy for processing
DataBinder 's missing field errors,
and for translating a PropertyAccessException to a
FieldError . |
BindingResult
General interface that represents binding results.
|
DefaultMessageCodesResolver.Format
Common message code formats.
|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
FieldError
Encapsulates a field error, that is, a reason for rejecting a specific
field value.
|
MessageCodeFormatter
A strategy interface for formatting message codes.
|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
ObjectError
Encapsulates an object error, that is, a global reason for rejecting
an object.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
BindingResult
General interface that represents binding results.
|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
SmartValidator
Extended variant of the
Validator interface, adding support for
validation 'hints'. |
Validator
A validator for application-specific objects.
|
Class and Description |
---|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
FieldError
Encapsulates a field error, that is, a reason for rejecting a specific
field value.
|
ObjectError
Encapsulates an object error, that is, a global reason for rejecting
an object.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
BindingErrorProcessor
Strategy for processing
DataBinder 's missing field errors,
and for translating a PropertyAccessException to a
FieldError . |
BindingResult
General interface that represents binding results.
|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
FieldError
Encapsulates a field error, that is, a reason for rejecting a specific
field value.
|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
ObjectError
Encapsulates an object error, that is, a global reason for rejecting
an object.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|
Class and Description |
---|
MessageCodesResolver
Strategy interface for building message codes from validation error codes.
|
Validator
A validator for application-specific objects.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Class and Description |
---|
BindException
Thrown when binding errors are considered fatal.
|
DataBinder
Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
|
Class and Description |
---|
Errors
Stores and exposes information about data-binding and validation
errors for a specific object.
|