Package com.fasterxml.jackson.jakarta.rs.cfg
-
Class Summary Class Description AnnotationBundleKey Helper class used to allow efficient caching of information, given a sequence of Annotations.EndpointConfigBase<THIS extends EndpointConfigBase<THIS>> Container class for figuring out annotation-based configuration for Jakarta-RS end points.MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.ObjectReaderInjector This class allows registering a modifier (ObjectReaderModifier
) that can be used to reconfigureObjectReader
that Jakarta-RS Resource will use for reading input into Java Objects.ObjectReaderModifier ObjectWriterInjector This class allows "overriding" ofObjectWriter
that Jakarta-RS Resource will use; usually this is done from a Servlet or Jakarta-RS filter before execution reaches resource.ObjectWriterModifier -
Enum Summary Enum Description Annotations Enumeration that defines standard annotation sets available for configuring data binding aspects.JakartaRSFeature Enumeration that defines simple on/off features that can be used on all Jackson Jakarta-RS providers, regardless of underlying data format.