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 | Class and Description |
---|---|
class |
CBOREndpointConfig
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointConfigBase<THIS extends EndpointConfigBase<THIS>>
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
Modifier and Type | Method and Description |
---|---|
abstract com.fasterxml.jackson.databind.ObjectWriter |
ObjectWriterModifier.modify(EndpointConfigBase<?> endpoint,
javax.ws.rs.core.MultivaluedMap<String,Object> responseHeaders,
Object valueToWrite,
com.fasterxml.jackson.databind.ObjectWriter w,
com.fasterxml.jackson.core.JsonGenerator g)
Method called to let modifier make any changes it wants to to objects
used for writing response for specified endpoint.
|
abstract com.fasterxml.jackson.databind.ObjectReader |
ObjectReaderModifier.modify(EndpointConfigBase<?> endpoint,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
com.fasterxml.jackson.databind.JavaType resultType,
com.fasterxml.jackson.databind.ObjectReader r,
com.fasterxml.jackson.core.JsonParser p)
Method called to let modifier make any changes it wants to to objects
used for reading request objects for specified endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonEndpointConfig
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
Modifier and Type | Class and Description |
---|---|
class |
SmileEndpointConfig
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLEndpointConfig
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
Modifier and Type | Class and Description |
---|---|
class |
YAMLEndpointConfig
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
Copyright © 2016 FasterXML. All rights reserved.