Package tools.jackson.jakarta.rs.cfg


package tools.jackson.jakarta.rs.cfg
  • Class
    Description
    Helper class used to allow efficient caching of information, given a sequence of Annotations.
    Container class for figuring out annotation-based configuration for Jakarta-RS end points.
    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.