Uses of Class
org.jboss.resteasy.spi.Failure
Package
Description
-
Uses of Failure in org.jboss.resteasy.cdi
Modifier and TypeMethodDescriptionCdiConstructorInjector.construct
(HttpRequest request, HttpResponse response, boolean unwrapAsync) CdiPropertyInjector.inject
(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync) CdiConstructorInjector.injectableArguments
(HttpRequest request, HttpResponse response, boolean unwrapAsync) -
Uses of Failure in org.jboss.resteasy.core
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
ExceptionHandler.handleFailure
(HttpRequest request, Failure failure) Modifier and TypeMethodDescriptionConstructorInjectorImpl.construct
(HttpRequest request, HttpResponse httpResponse, boolean unwrapAsync) SynchronousDispatcher.getInvoker
(HttpRequest request) PropertyInjectorImpl.inject
(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync) ResourcePropertyInjector.inject
(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync) MethodInjectorImpl.invoke
(HttpRequest request, HttpResponse httpResponse, Object resource) -
Uses of Failure in org.jboss.resteasy.links.impl
-
Uses of Failure in org.jboss.resteasy.plugins.providers
Modifier and TypeMethodDescriptionprotected abstract byte[]
AbstractPatchMethodFilter.applyPatch
(jakarta.ws.rs.container.ContainerRequestContext requestContext, byte[] targetJsonBytes) -
Uses of Failure in org.jboss.resteasy.plugins.providers.jackson
Modifier and TypeMethodDescriptionprotected byte[]
PatchMethodFilter.applyPatch
(jakarta.ws.rs.container.ContainerRequestContext requestContext, byte[] targetJsonBytes) -
Uses of Failure in org.jboss.resteasy.plugins.providers.jaxb
-
Uses of Failure in org.jboss.resteasy.security.doseta
Modifier and TypeClassDescriptionclass
Thrown by RESTEasy when HTTP Unauthorized (401) is encountered -
Uses of Failure in org.jboss.resteasy.spi
Modifier and TypeClassDescriptionclass
Deprecated.This class is deprecated use jakarta.ws.rs.BadRequestExceptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Thrown by RESTEasy when HTTP Internal Service Error (500) is encounteredclass
This exception should only be used by Resteasy integrators.class
Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally by the Resteasy runtime and wrapped with an instance of ReaderException.class
Any exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally by the Resteasy runtime and wrapped with an instance of WriterException.Modifier and TypeMethodDescriptionConstructorInjector.construct
(HttpRequest request, HttpResponse response, boolean unwrapAsync) Construct inside the scope of an HTTP request.PropertyInjector.inject
(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync) Inject values into annotated properties (fields/setter methods) of the target object.ConstructorInjector.injectableArguments
(HttpRequest request, HttpResponse response, boolean unwrapAsync) Create an argument list inside the scope of an HTTP request.MethodInjector.injectArguments
(HttpRequest request, HttpResponse response) Create the arguments that would be used to invoke the method in the context of an HTTP request.MethodInjector.invoke
(HttpRequest request, HttpResponse response, Object target) Invoke on a method in the context of an HTTP request.