| Package | Description | 
|---|---|
| com.fasterxml.jackson.jaxrs.base | |
| com.fasterxml.jackson.jaxrs.cfg | |
| com.fasterxml.jackson.jaxrs.json | Jackson-based JAX-RS provider that can automatically
 serialize and deserialize resources for 
 JSON content type (MediaType). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EndpointConfigBase<THIS extends EndpointConfigBase<THIS>>Container class for figuring out annotation-based configuration
 for JAX-RS end points. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ObjectWriter | ObjectWriterModifier. modify(EndpointConfigBase<?> endpoint,
      MultivaluedMap<String,Object> responseHeaders,
      Object valueToWrite,
      ObjectWriter w,
      JsonGenerator g)Method called to let modifier make any changes it wants to to objects
 used for writing response for specified endpoint. | 
| abstract ObjectReader | ObjectReaderModifier. modify(EndpointConfigBase<?> endpoint,
      MultivaluedMap<String,String> httpHeaders,
      JavaType resultType,
      ObjectReader r,
      JsonParser p)Method called to let modifier make any changes it wants to to objects
 used for reading request objects for specified endpoint. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsonEndpointConfigContainer class for figuring out annotation-based configuration
 for JAX-RS end points. | 
Copyright © 2016 JBoss by Red Hat. All rights reserved.