Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintDeclarationException
Exception raised if a constraint declaration is not legal.
|
class |
ConstraintDefinitionException
Exception raised if a constraint definition is not legal.
|
class |
ConstraintViolationException
Reports the result of constraint violations.
|
class |
GroupDefinitionException
Exception raised if a group definition is not legal.
|
class |
UnexpectedTypeException
Exception raised in the case that the constraint validator resolution
cannot determine a suitable validator for a given type.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationInterceptor.onValidate(ValidationInterceptorContext context)
Used to intercept resource method validation processing.
|
void |
ValidationInterceptorContext.proceed()
Proceed with validation.
|