All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spotify.docker.client.shaded.com.fasterxml.jackson.jaxrs.cfg.Annotations Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
package com.fasterxml.jackson.jaxrs.cfg;

/**
 * Enumeration that defines standard annotation sets available for configuring
 * data binding aspects.
 * 
 * @since 2.2 (earlier located in actual datatype-specific modules)
 */
public enum Annotations {
    /**
     * Standard Jackson annotations, defined in Jackson core and databind
     * packages
     */
    JACKSON,

    /**
     * Standard JAXB annotations, used in a way that approximates expected
     * definitions (since JAXB defines XML aspects, not all features map
     * well to JSON handling)
     */
    JAXB
    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy