| Package | Description |
|---|---|
| com.fasterxml.jackson.jaxrs.base | |
| com.fasterxml.jackson.jaxrs.cfg |
| Modifier and Type | Class and Description |
|---|---|
class |
ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends com.fasterxml.jackson.databind.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 com.fasterxml.jackson.databind.ObjectWriter |
ObjectWriterModifier.modify(EndpointConfigBase<?> endpoint,
javax.ws.rs.core.MultivaluedMap<String,Object> responseHeaders,
Object valueToWrite,
com.fasterxml.jackson.databind.ObjectWriter w,
com.fasterxml.jackson.core.JsonGenerator g)
Method called to let modifier make any changes it wants to to objects
used for writing response for specified endpoint.
|
abstract com.fasterxml.jackson.databind.ObjectReader |
ObjectReaderModifier.modify(EndpointConfigBase<?> endpoint,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
com.fasterxml.jackson.databind.JavaType resultType,
com.fasterxml.jackson.databind.ObjectReader r,
com.fasterxml.jackson.core.JsonParser p)
Method called to let modifier make any changes it wants to to objects
used for reading request objects for specified endpoint.
|
Copyright © 2020 FasterXML. All rights reserved.