com.fasterxml.jackson.jakarta.rs.annotation.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-base Show documentation
Show all versions of jackson-jakarta-rs-base Show documentation
Pile of code that is shared by all Jackson-based Jakarta-RS
providers.
/**
* Package that contains annotations applicable to all content types.
* Currently defined are:
*
* - {@link com.fasterxml.jackson.jakarta.rs.annotation.JacksonFeatures} allows
* enabling and/or disabling {@link com.fasterxml.jackson.databind.DeserializationFeature}s
* and {@link com.fasterxml.jackson.databind.SerializationFeature}s for individual
* endpoints.
*
*
*/
package com.fasterxml.jackson.jakarta.rs.annotation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy