Mode sombre
Il est
?Hr, et le mode nuit est donc actif
-
Interface Summary
Interface |
Description |
ContextResolver<T> |
Contract for a provider that supplies context information to resource
classes and other providers.
|
ExceptionMapper<E extends Throwable> |
Contract for a provider that maps Java exceptions to Response .
|
InterceptorContext |
Context shared by message body interceptors that can be used to wrap
calls to MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream) and
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) .
|
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.
|
ParamConverter<T> |
Defines a contract for a delegate responsible for converting between a
String form of a message parameter value and the corresponding custom
Java type T .
|
ParamConverterProvider |
|
Providers |
An injectable interface providing runtime lookup of provider instances.
|
ReaderInterceptor |
|
ReaderInterceptorContext |
Context class used by ReaderInterceptor
to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
|
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 .
|
WriterInterceptor |
|
WriterInterceptorContext |
|
Retour à la première page de API Java Table des matières Haut
-
Class Summary
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.
|
Retour à la première page de API Java Table des matières Haut
-
Annotation Types Summary
Annotation Type |
Description |
ParamConverter.Lazy |
Mandates that a conversion of any default value delegated
to a parameter converter annotated with @Lazy
annotation SHOULD occur only once the value is actually required (e.g.
|
Provider |
Marks an implementation of an extension interface that should be discoverable
by JAX-RS runtime during a provider scanning phase.
|
Retour à la première page de API Java Table des matières Haut
Package javax.ws.rs.ext Description
APIs that provide extensions to the types supported by the JAX-RS API.
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Paramètres de langue du site
Si vous préférez continuer sur le site en français, cliquez sur "Annuler". Si vous annulez, ce message n'apparaîtra plus durant la session.
You are on the French version of the site, but your system indicates that you prefer to use the English language.
The entire site is not translated yet, but the menus and buttons on the interface are largely translated.
Would you like to reach the page in English?
Click here to continue in English:
Consult the English version of this pageU bevindt zich op de Franse versie van de site, maar uw systeem geeft aan dat u liever de Nederlandse taal gebruikt.
De hele site is nog niet vertaald, maar de menu's en knoppen op de interface zijn grotendeels vertaald.
Wilt u de pagina in het Nederlands bereiken?
Klik hier om door te gaan in het Nederlands:
Raadpleeg de Nederlandse versie van deze paginaSie befinden sich in der französischen Version der Website, Ihr System gibt jedoch an, dass Sie die deutsche Sprache bevorzugen.
Die gesamte Site ist noch nicht übersetzt, aber die Menüs und Schaltflächen auf der Benutzeroberfläche sind weitgehend übersetzt.
Möchten Sie die Seite auf Deutsch erreichen?
Klicken Sie hier, um fortzufahren:
Konsultieren Sie die deutsche Version dieser SeiteVersion en cache
21/08/2025 17:02:39 Cette version de la page est en cache (à la date du 21/08/2025 17:02:39) afin d'accélérer le traitement.
Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 11/06/2005, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/ws/rs/ext/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Manuel PHP : https://docs.oracle.com, javax.ws.rs.ext (Java(TM) EE 7 Specification APIs)
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.