See: Description
Interface | Description |
---|---|
ContextResolver<T> |
Contract for a provider that supplies context information to resource
classes and other providers.
|
ExceptionMapper<E extends java.lang.Throwable> |
Contract for a provider that maps Java exceptions to
Response . |
MessageBodyReader<T> |
Contract for a provider that supports the conversion of a stream to a
Java type.
|
MessageBodyWriter<T> |
Contract for a provider that supports the conversion of a Java type to a
stream.
|
Providers |
An injectable interface providing runtime lookup of provider instances.
|
RuntimeDelegate.HeaderDelegate<T> |
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 . |
Class | Description |
---|---|
RuntimeDelegate |
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and
various JAX-RS API methods defer to methods of RuntimeDelegate for their
functionality.
|
Annotation Type | Description |
---|---|
Provider |
Marks an implementation of an extension interface.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.