Package javax.ws.rs.ext


package javax.ws.rs.ext
APIs that provide extensions to the types supported by the JAX-RS API.
  • Class
    Description
    Contract for a provider that supplies context information to resource classes and other providers.
    Contract for a provider that maps Java exceptions to Response.
     
    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.
    Marks an implementation of an extension interface.
    An injectable interface providing runtime lookup of provider instances.
    Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS 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 JAX-RS type T.