Uses of Class
org.jboss.resteasy.spi.Failure
Packages that use Failure
Package
Description
-
Uses of Failure in org.jboss.resteasy.cdi
Methods in org.jboss.resteasy.cdi that throw FailureModifier 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
Subclasses of Failure in org.jboss.resteasy.coreMethods in org.jboss.resteasy.core with parameters of type FailureModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
ExceptionHandler.handleFailure
(HttpRequest request, Failure failure) Methods in org.jboss.resteasy.core that throw FailureModifier 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
Subclasses of Failure in org.jboss.resteasy.links.impl -
Uses of Failure in org.jboss.resteasy.plugins.providers
Methods in org.jboss.resteasy.plugins.providers that throw FailureModifier and TypeMethodDescriptionprotected abstract byte[]
AbstractPatchMethodFilter.applyPatch
(jakarta.ws.rs.container.ContainerRequestContext requestContext, byte[] targetJsonBytes) -
Uses of Failure in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson that throw FailureModifier and TypeMethodDescriptionprotected byte[]
PatchMethodFilter.applyPatch
(jakarta.ws.rs.container.ContainerRequestContext requestContext, byte[] targetJsonBytes) -
Uses of Failure in org.jboss.resteasy.plugins.providers.jaxb
Subclasses of Failure in org.jboss.resteasy.plugins.providers.jaxb -
Uses of Failure in org.jboss.resteasy.security.doseta
Subclasses of Failure in org.jboss.resteasy.security.dosetaModifier and TypeClassDescriptionclass
Thrown by RESTEasy when HTTP Unauthorized (401) is encountered -
Uses of Failure in org.jboss.resteasy.spi
Subclasses of Failure in org.jboss.resteasy.spiModifier 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.Methods in org.jboss.resteasy.spi that throw FailureModifier 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.