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

com.fitbur.fasterxml.jackson.jaxrs.json.Annotations Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.fitbur.fasterxml.jackson.jaxrs.json;

/**
 * Enumeration that com.fitburfines standard annotation sets available for configuring
 * data binding aspects.
 */
public enum Annotations {
    /**
     * Standard Jackson annotations, com.fitburfined in Jackson core and databind
     * packages
     */
    JACKSON,

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy