Uses of Annotation Type
org.glassfish.jersey.spi.Contract
Packages that use Contract
Package
Description
Jersey client-side classes.
SPI for Entity Data Filtering in Jersey.
Jersey OAuth 1 Signature API and Implementation.
Jersey server-side JAX-RS injection support classes.
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey OAuth 1 Server API.
Jersey server-side service provider contract (SPI) classes.
Jersey server-side internal service provider contract (SPI) classes.
Common Jersey service provider contract (SPI) classes.
-
Uses of Contract in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceJersey client lifecycle listener contract. -
Uses of Contract in org.glassfish.jersey.message.filtering.spi
Classes in org.glassfish.jersey.message.filtering.spi with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceProvidesentity graphandobject graphinstances.interfaceResponsible for inspecting entity classes.interfaceContract supposed to process entity classes for Entity Data Filtering.interfaceThis contract brings support for transforming an internal representation of entity data filtering feature into an object familiar to underlying provider (e.g.interfaceEntry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).interfaceEntry point for obtaining entity-filtering scopes used to process a request/response entity.interfaceClass used to resolve entity-filtering scopes from annotations. -
Uses of Contract in org.glassfish.jersey.oauth1.signature
Classes in org.glassfish.jersey.oauth1.signature with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceAn interface representing the OAuth signature method. -
Uses of Contract in org.glassfish.jersey.server.internal.inject
Classes in org.glassfish.jersey.server.internal.inject with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceConfigured validator for Jersey validation purposes. -
Uses of Contract in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceContract for a model processors that processesresource modelsduring application initialization andresourcereturned by sub resource locators. -
Uses of Contract in org.glassfish.jersey.server.monitoring
Classes in org.glassfish.jersey.server.monitoring with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceJersey specific provider that listens toapplication events.interfaceA listener contract that allows any registered implementation class to receive application destroy events.interfaceA Jersey specific provider that listens to monitoring statistics. -
Uses of Contract in org.glassfish.jersey.server.oauth1
Classes in org.glassfish.jersey.server.oauth1 with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceContract for a provider that supports managing OAuth tokens and consumer secrets. -
Uses of Contract in org.glassfish.jersey.server.spi
Classes in org.glassfish.jersey.server.spi with annotations of type ContractModifier and TypeInterfaceDescriptioninterfaceJersey container service contract.interfaceClasses implementing this contract receive container life-cycle notification events.interfaceService-provider interface for creating container instances.interfaceContract for a provider that maps response processing errors toResponse.interfaceInterceptor for method validation processing. -
Uses of Contract in org.glassfish.jersey.server.spi.internal
Classes in org.glassfish.jersey.server.spi.internal with annotations of type Contract -
Uses of Contract in org.glassfish.jersey.spi
Classes in org.glassfish.jersey.spi with annotations of type ContractModifier and TypeClassDescriptionclassStandard contract for plugging in content encoding support.interfaceAn extension contract for providing pluggable executor service providers to be used by Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.interfaceA provider that supports the conversion of an HTTP header, of type T, to and from aString.interfaceAn extension contract for providing pluggable scheduled executor service providers to be used by Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a Jersey runtime processing task.