Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.base | |
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.jboss.resteasy.api.validation | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.providers.jackson | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
JsonMappingExceptionMapper
Implementation if
ExceptionMapper to send down a "400 Bad Request"
response in the event that unmappable JSON is received. |
class |
JsonParseExceptionMapper
Implementation of
ExceptionMapper to send down a "400 Bad Request"
in the event unparsable JSON is received. |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
Providers.getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
Modifier and Type | Class and Description |
---|---|
class |
ResteasyViolationExceptionMapper |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ClientConfiguration.getExceptionMapper(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ThreadLocalResteasyProviderFactory.getExceptionMapper(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,ExceptionMapper> |
ThreadLocalResteasyProviderFactory.getExceptionMappers() |
Modifier and Type | Class and Description |
---|---|
class |
UnrecognizedPropertyExceptionHandler
(RESTEASY-1485) Address concerns of a possible XSS attack by removing some
details of the exception.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,ExceptionMapper> |
ResteasyProviderFactory.exceptionMappers |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ResteasyProviderFactory.getExceptionMapper(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,ExceptionMapper> |
ResteasyProviderFactory.getExceptionMappers() |
Modifier and Type | Method and Description |
---|---|
protected void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider) |
protected void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Class providerClass) |
protected void |
ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider,
Type exceptionType) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResteasyProviderFactory.addExceptionMapper(Class<? extends ExceptionMapper> providerClass) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.