Package org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg


package org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
  • 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.
    Container class for figuring out annotation-based configuration for JAX-RS end points.
    Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.
    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.
    Based on ideas from [Issue#32], this class allows registering a modifier (ObjectReaderModifier) that can be used to reconfigure ObjectReader that JAX-RS Resource will use for reading input into Java Objects.
     
    Based on ideas from [Issue#32], this class allows "overriding" of ObjectWriter that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter before execution reaches resource.