程序包的使用
cn.taketoday.validation
使用cn.taketoday.validation的程序包
程序包
说明
Binding validation support.
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 Framework ApplicationContext
and in particular with Framework's data binding and validation APIs.
-
类说明Encapsulates an object error, that is, a global reason for rejecting an object.A validator for application-specific objects.
-
类说明Abstract implementation of the
BindingResultinterface and its super-interfaceErrors.Abstract implementation of theErrorsinterface.Abstract base class forBindingResultimplementations that work with Framework'sPropertyAccessormechanism.Thrown when binding errors are considered fatal.Strategy for processingDataBinder's missing field errors, and for translating aPropertyAccessExceptionto aFieldError.General interface that represents binding results.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. -
类说明General interface that represents binding results.Stores and exposes information about data-binding and validation errors for a specific object.Extended variant of the
Validatorinterface, adding support for validation 'hints'.A validator for application-specific objects.