Package | Description |
---|---|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredValidator.validateResourceAndInputParams(java.lang.Object resource,
Invocable resourceMethod,
java.lang.Object[] args)
Validates resource class instance and input parameters of the
method . |
void |
ConfiguredValidator.validateResult(java.lang.Object resource,
Invocable resourceMethod,
java.lang.Object result)
Validates response instance / response entity of the
method . |