Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.base | |
com.fasterxml.jackson.jaxrs.cbor |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Compact Binary Object Representation (CBOR) content type (MediaType).
|
com.fasterxml.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
com.fasterxml.jackson.jaxrs.smile | |
com.fasterxml.jackson.jaxrs.xml |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
|
com.fasterxml.jackson.jaxrs.yaml |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
YAML content type (MediaType).
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>> |
Modifier and Type | Class and Description |
---|---|
class |
JacksonCBORProvider
Basic implementation of JAX-RS abstractions (
MessageBodyReader ,
MessageBodyWriter ) needed for binding
Smile ("application/x-jackson-smile") content to and from Java Objects ("POJO"s). |
class |
JacksonJaxbCBORProvider
JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonJaxbJsonProvider
JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
|
class |
JacksonJsonProvider
Basic implementation of JAX-RS abstractions (
MessageBodyReader ,
MessageBodyWriter ) needed for binding
JSON ("application/json") content to and from Java Objects ("POJO"s). |
Modifier and Type | Class and Description |
---|---|
class |
JacksonJaxbSmileProvider
JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
|
class |
JacksonSmileProvider
Basic implementation of JAX-RS abstractions (
MessageBodyReader ,
MessageBodyWriter ) needed for binding
Smile ("application/x-jackson-smile") content to and from Java Objects ("POJO"s). |
Modifier and Type | Class and Description |
---|---|
class |
JacksonJaxbXMLProvider
JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
|
class |
JacksonXMLProvider
Basic implementation of JAX-RS abstractions (
MessageBodyReader ,
MessageBodyWriter ) needed for binding
JSON ("application/json") content to and from Java Objects ("POJO"s). |
Modifier and Type | Class and Description |
---|---|
class |
JacksonJaxbYAMLProvider
JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
|
class |
JacksonYAMLProvider
Basic implementation of JAX-RS abstractions (
MessageBodyReader ,
MessageBodyWriter ) needed for binding
JSON ("application/json") content to and from Java Objects ("POJO"s). |
Copyright © 2016 FasterXML. All rights reserved.