com.fitbur.fasterxml.jackson.jaxrs.json.Annotations Maven / Gradle / Ivy
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