com.fasterxml.jackson.jakarta.rs.yaml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-jakarta-rs-yaml-provider Show documentation
Show all versions of jackson-jakarta-rs-yaml-provider Show documentation
Functionality to handle YAML input/output for Jakarta-RS implementations
(like Jersey and RESTeasy) using standard Jackson data binding.
The newest version!
/**
* Jackson-based Jakarta-RS provider that can automatically
* serialize and deserialize resources for
* YAML content type (MediaType).
*
* Also continues supporting functionality, such as
* exception mappers that can simplify handling of
* error conditions.
*
* There are two default provider classes:
*
* - {@link com.fasterxml.jackson.jakarta.rs.yaml.JacksonYAMLProvider} is the basic
* provider configured to use Jackson annotations
*
* - {@link com.fasterxml.jackson.jakarta.rs.yaml.JacksonXmlBindYAMLProvider} is extension
* of the basic provider, configured to additionally use Jakarta XmlBind annotations,
* in addition to (or in addition of, if so configured) Jackson annotations.
*
*
*/
package com.fasterxml.jackson.jakarta.rs.yaml;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy