Package com.fasterxml.jackson.jakarta.rs.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 Types Summary Annotation Type Description JacksonFeatures Annotation that can be used enable and/or disable various features forObjectReader
s andObjectWriter
s.