All Classes and Interfaces

Class
Description
Helper class used to allow efficient caching of information, given a sequence of Annotations.
Efficient key class, used instead of using Class.
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
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.
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends tools.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.
 
 
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.