Package | Description |
---|---|
com.fasterxml.jackson.jakarta.rs.annotation |
Package that contains annotations applicable to all content types.
|
com.fasterxml.jackson.jakarta.rs.base | |
com.fasterxml.jackson.jakarta.rs.base.util |
Miscellaneous helper classes used by providers.
|
com.fasterxml.jackson.jakarta.rs.cbor |
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
Compact Binary Object Representation (CBOR) content type (MediaType).
|
com.fasterxml.jackson.jakarta.rs.cfg | |
com.fasterxml.jackson.jakarta.rs.json |
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
com.fasterxml.jackson.jakarta.rs.json.annotation |
Package that contains annotations specific to JSON dataformat.
|
com.fasterxml.jackson.jakarta.rs.smile |
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
Smile content type.
|
com.fasterxml.jackson.jakarta.rs.xml |
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
|
com.fasterxml.jackson.jakarta.rs.yaml |
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
YAML content type (MediaType).
|