Class QuarkusConstructorInjector
java.lang.Object
io.quarkus.resteasy.common.runtime.QuarkusConstructorInjector
- All Implemented Interfaces:
org.jboss.resteasy.spi.ConstructorInjector
public class QuarkusConstructorInjector
extends Object
implements org.jboss.resteasy.spi.ConstructorInjector
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusConstructorInjector(Constructor<?> ctor, org.jboss.resteasy.spi.ConstructorInjector delegate) -
Method Summary
Modifier and TypeMethodDescriptionconstruct(boolean unwrapAsync) construct(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse response, boolean unwrapAsync) injectableArguments(boolean unwrapAsync) injectableArguments(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse response, boolean unwrapAsync)
-
Constructor Details
-
QuarkusConstructorInjector
public QuarkusConstructorInjector(Constructor<?> ctor, org.jboss.resteasy.spi.ConstructorInjector delegate)
-
-
Method Details
-
construct
- Specified by:
constructin interfaceorg.jboss.resteasy.spi.ConstructorInjector
-
construct
public Object construct(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse response, boolean unwrapAsync) throws org.jboss.resteasy.spi.Failure, jakarta.ws.rs.WebApplicationException, org.jboss.resteasy.spi.ApplicationException - Specified by:
constructin interfaceorg.jboss.resteasy.spi.ConstructorInjector- Throws:
org.jboss.resteasy.spi.Failurejakarta.ws.rs.WebApplicationExceptionorg.jboss.resteasy.spi.ApplicationException
-
injectableArguments
- Specified by:
injectableArgumentsin interfaceorg.jboss.resteasy.spi.ConstructorInjector
-
injectableArguments
public Object injectableArguments(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse response, boolean unwrapAsync) throws org.jboss.resteasy.spi.Failure - Specified by:
injectableArgumentsin interfaceorg.jboss.resteasy.spi.ConstructorInjector- Throws:
org.jboss.resteasy.spi.Failure
-