class |
AbstractFormProvider<T> |
Abstract base class for form entity types marshalling & un-marshalling support.
|
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 |
Provider for marshalling/un-marshalling of graphical image data represented as
image/*, application/x-www-form-urlencoded entity types to
rendered and from rendered or
buffered image instance.
|