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.cfg | |
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 | Field and Description |
---|---|
protected MAPPER_CONFIG |
ProviderBase._mapperConfig
Helper object used for encapsulating configuration aspects
of
ObjectMapper |
Modifier and Type | Class and Description |
---|---|
class |
CBORMapperConfigurator
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it. |
Modifier and Type | Class and Description |
---|---|
class |
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper>
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it. |
Modifier and Type | Class and Description |
---|---|
class |
JsonMapperConfigurator
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it. |
Modifier and Type | Class and Description |
---|---|
class |
SmileMapperConfigurator
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it. |
Modifier and Type | Class and Description |
---|---|
class |
XMLMapperConfigurator
Helper class used to encapsulate details of configuring an
XmlMapper instance to be used for data binding, as
well as accessing it. |
Modifier and Type | Class and Description |
---|---|
class |
YAMLMapperConfigurator
Helper class used to encapsulate details of configuring an
YAMLMapper instance to be used for data binding, as
well as accessing it. |
Copyright © 2016 FasterXML. All rights reserved.