Package org.jboss.resteasy.spi
package org.jboss.resteasy.spi
-
ClassDescriptionThis exception is thrown internally by Resteasy runtime.Used to turn a CompletionStage into another reactive class.MessageBodyWriter which supports async IO.OutputStream which supports async IO operations.Utility class to write to an
AsyncOutputStream
using a givenCharset
.A type that may be used as a resource method return value or as the entity in aResponse
when the application wishes to stream the output.Writer interceptors which support async IO.Context forAsyncWriterInterceptor
which supports async IO.Deprecated.This class is deprecated use jakarta.ws.rs.BadRequestExceptionContextInjector<WrappedType,UnwrappedType> DecoratorProcessor<T,A extends Annotation> Part of a generic decorator framework.Deprecated, for removal: This API element is subject to removal in a future version.A simple delegatingResteasyDeployment
.A stream used for entities.This exception should only be used by Resteasy integrators.Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.HttpRequestPreprocessors get invoked before any dispatching to JAX-RS resource methods happensBridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.Thrown by RESTEasy when HTTP Internal Service Error (500) is encounteredThis exception should only be used by Resteasy integrators.Allows you to access the entity's raw bytes as well as the marshalled object.Will invoke a method in the context of an HTTP request.WebApplicationExceptions are logged by RESTEasy.Sorts components based on theinvalid input: '@Priority. The default is {@link Priorities#USER}. @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>'
A service loader which loads classes aggressively sorting the implementations by the value in thePriority
annotation.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.A utility used to register resources to be cleaned with aCleaner
.Implementations of this interface are registered through the Registry class.This class is used to configure and initialize the core components of RESTEasy.Similar to StringConverter except specific to a parameter injection only.This exception should only be used by Resteasy integrators.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.