Package com.fasterxml.jackson.jaxrs.base
-
Interface Summary Interface Description NoContentExceptionSupplier Implementors of this class contains strategies for NoContentException creation -
Class Summary Class Description JsonMappingExceptionMapper Implementation ifExceptionMapper
to send down a "400 Bad Request" response in the event that unmappable JSON is received.JsonParseExceptionMapper Implementation ofExceptionMapper
to send down a "400 Bad Request" in the event unparsable JSON is received.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>>