Module rxmicro.validation
Package io.rxmicro.validation
The root package for the
rxmicro.validation module.- Since:
- 0.4
- Author:
- nedis
-
Interface Summary Interface Description ConstraintValidator<T> Defines the logic to validate a given constraint for a given object type. -
Exception Summary Exception Description UnexpectedResponseException Signals that the HTTP response, generated by the request handler, contains validation errors. -
Annotation Types Summary Annotation Type Description DisableValidation This annotation provides an opportunity to disable the generation of validators for the selected group of classes in the project.