Uses of Class
org.jboss.resteasy.spi.Failure
-
Packages that use Failure Package Description org.jboss.resteasy.spi -
-
Uses of Failure in org.jboss.resteasy.spi
Subclasses of Failure in org.jboss.resteasy.spi Modifier and Type Class Description classBadRequestExceptionDeprecated.This class is deprecated use jakarta.ws.rs.BadRequestExceptionclassDefaultOptionsMethodExceptionDeprecated, for removal: This API element is subject to removal in a future version.classInternalServerErrorExceptionThrown by RESTEasy when HTTP Internal Service Error (500) is encounteredclassLoggableFailureThis exception should only be used by Resteasy integrators.classReaderExceptionAny 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.classWriterExceptionAny 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 Failure Modifier and Type Method Description ObjectConstructorInjector. construct(HttpRequest request, HttpResponse response, boolean unwrapAsync)Construct inside the scope of an HTTP request.CompletionStage<Void>PropertyInjector. inject(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync)Inject values into annotated properties (fields/setter methods) of the target object.ObjectConstructorInjector. injectableArguments(HttpRequest request, HttpResponse response, boolean unwrapAsync)Create an argument list inside the scope of an HTTP request.ObjectMethodInjector. injectArguments(HttpRequest request, HttpResponse response)Create the arguments that would be used to invoke the method in the context of an HTTP request.ObjectMethodInjector. invoke(HttpRequest request, HttpResponse response, Object target)Invoke on a method in the context of an HTTP request.
-