| Package | Description |
|---|---|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayProvider
Default Jersey byte array entity provider (reader and writer).
|
class |
DataSourceProvider
Provider for marshalling/un-marshalling of
application/octet-stream
entity type to/from a DataSource instance. |
class |
FileProvider
Provider for marshalling/un-marshalling of
application/octet-stream
entity type to/from a File instance. |
class |
FormMultivaluedMapProvider
Provider for marshalling/un-marshalling of
application/x-www-form-urlencoded
entity type to/from multi-valued map instance. |
class |
FormProvider
Provider for marshalling/un-marshalling of
application/x-www-form-urlencoded
entity type to/from JAX-RS Form instance. |
class |
InputStreamProvider |
class |
ReaderProvider |
class |
RenderedImageProvider
|
static class |
SourceProvider.DomSourceReader
Provider for marshalling/un-marshalling
DOMSource instances. |
static class |
SourceProvider.SaxSourceReader
Provider for un-marshalling
SAXSource instances. |
static class |
SourceProvider.SourceWriter
Provider for marshaling
Source instances. |
static class |
SourceProvider.StreamSourceReader
Provider for un-marshalling
StreamSource instances. |
class |
StreamingOutputProvider
Message body writer that supports
streaming output marshalling. |
| Modifier and Type | Method and Description |
|---|---|
static List<MediaType> |
MediaTypes.createFrom(Produces annotation)
Create an unmodifiable list of media types from the values declared in the
Produces
annotation. |
static List<MediaType> |
MediaTypes.createQualitySourceMediaTypes(Produces mime)
Create a list of quality source media type from the Produces annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
WadlResource.getExternalGrammar(UriInfo uriInfo,
String path) |
Response |
WadlResource.getWadl(UriInfo uriInfo) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.