| Class | Description |
|---|---|
| ConstraintMessage | |
| DropwizardConfiguredValidator | |
| FuzzyEnumParamConverterProvider |
Provides converters to jersey for enums used as resource parameters.
|
| HibernateValidationFeature |
Register a Dropwizard configured
Validator with Jersey, so that Jersey doesn't use its
default, which doesn't have our configurations applied. |
| JerseyParameterNameProvider |
Adds jersey support to parameter name discovery in hibernate validator.
|
| JerseyViolationExceptionMapper | |
| NonEmptyStringParamUnwrapper |
Let's the validator know that when validating a
NonEmptyStringParam to validate the
underlying value. |
| ParamValidatorUnwrapper |
Let's the validator know that when validating a class that is an
AbstractParam to
validate the underlying value. |
| ValidationErrorMessage | |
| Validators |
A utility class for Hibernate.
|
| Exception | Description |
|---|---|
| JerseyViolationException |
A
ConstraintViolationException that occurs while Jersey is
validating constraints on a resource endpoint. |
Copyright © 2018. All rights reserved.