Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.base | |
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).
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends 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 |
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends 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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.