Uses of Package
javax.ws.rs.ext
Packages that use javax.ws.rs.ext
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
APIs that provide extensions to the types supported by the API.
-
Classes in javax.ws.rs.ext used by javax.ws.rs.coreClassDescriptionDefines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding type
T. -
Classes in javax.ws.rs.ext used by javax.ws.rs.extClassDescriptionContract for a provider that supplies context information to resource classes and other providers.Contract for a provider that maps Java exceptions to
Response.Context shared by message body interceptors that can be used to wrap calls toMessageBodyReader.readFrom(Class, Type, Annotation[], MediaType, MultivaluedMap, InputStream)andMessageBodyWriter.writeTo(T, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream).Contract for a provider that supports the conversion of a stream to a Java type.Contract for a provider that supports the conversion of a Java type to a stream.Defines a contract for a delegate responsible for converting between aStringform of a message parameter value and the corresponding custom Java typeT.Context class used byReaderInterceptorto intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.Implementations of this API provide a concrete subclass of RuntimeDelegate and various API methods defer to methods of RuntimeDelegate for their functionality.Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding typeT.Context class used byWriterInterceptorto intercept calls toMessageBodyWriter.writeTo(T, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream).