Package | Description |
---|---|
org.glassfish.jersey.jackson.internal | |
org.glassfish.jersey.jackson.internal.jackson.jaxrs.base | |
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg | |
org.glassfish.jersey.jackson.internal.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 |
JacksonMapperConfigurator |
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 |
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. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.