All Classes and Interfaces

Class
Description
Helper class used to allow efficient caching of information, given a sequence of Annotations.
Enumeration that defines standard annotation sets available for configuring data binding aspects.
Efficient key class, used instead of using Class.
BeanProperty implementation used for passing annotations from Jakarta-RS endpoint into Jackson.
Container class for figuring out annotation-based configuration for Jakarta-RS end points.
Annotation that can be used enable and/or disable various features for ObjectReaders and ObjectWriters.
Enumeration that defines simple on/off features that can be used on all Jackson Jakarta-RS providers, regardless of underlying data format.
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
Deprecated.
Since 2.16.1 use LRUMap from jackson-databind.
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper>
Helper class used to encapsulate details of configuring an ObjectMapper instance to be used for data binding, as well as accessing it.
This class allows registering a modifier (ObjectReaderModifier) that can be used to reconfigure ObjectReader that Jakarta-RS Resource will use for reading input into Java Objects.
 
This class allows "overriding" of ObjectWriter that Jakarta-RS Resource will use; usually this is done from a Servlet or Jakarta-RS filter before execution reaches resource.