Package | Description |
---|---|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
InvocableValidator
Validator ensuring that
invocable and constructor is correctly defined (for
example correctly annotated with scope annotation). |
(package private) class |
ResourceMethodValidator
Validator checking resource methods and sub resource locators.
|
(package private) class |
ResourceValidator
Validator ensuring that resource are correct (for example that root resources contains path, etc.).
|
class |
RuntimeResourceModelValidator
Runtime resource model validator validating ambiguity of resource methods.
|