Package | Description |
---|---|
com.fasterxml.jackson.datatype.jaxrs | |
com.fasterxml.jackson.jaxrs.annotation |
Package that contains annotations applicable to all content types.
|
com.fasterxml.jackson.jaxrs.base | |
com.fasterxml.jackson.jaxrs.base.nocontent | |
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.json.annotation |
Package that contains annotations specific to JSON dataformat.
|
com.fasterxml.jackson.jaxrs.smile |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Smile content type.
|
com.fasterxml.jackson.jaxrs.util |
Miscellaneous helper classes used by providers.
|
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).
|
Copyright © 2017 FasterXML. All rights reserved.