Package org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation
package org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation
Package that contains annotations applicable to all content types.
Currently defined are:
JacksonFeatures
allows enabling and/or disablingDeserializationFeature
s andSerializationFeature
s for individual endpoints.
-
Annotation InterfacesClassDescriptionAnnotation that can be used enable and/or disable various features for
ObjectReader
s andObjectWriter
s.