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
Constructors Constructor Description QuarkusConstructorInjector(Constructor<?> ctor, org.jboss.resteasy.spi.ConstructorInjector delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
construct(boolean unwrapAsync)
Object
construct(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse response, boolean unwrapAsync)
Object
injectableArguments(boolean unwrapAsync)
Object
injectableArguments(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse response, boolean unwrapAsync)
-
-
-
Constructor Detail
-
QuarkusConstructorInjector
public QuarkusConstructorInjector(Constructor<?> ctor, org.jboss.resteasy.spi.ConstructorInjector delegate)
-
-
Method Detail
-
construct
public Object construct(boolean unwrapAsync)
- Specified by:
construct
in 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, javax.ws.rs.WebApplicationException, org.jboss.resteasy.spi.ApplicationException
- Specified by:
construct
in interfaceorg.jboss.resteasy.spi.ConstructorInjector
- Throws:
org.jboss.resteasy.spi.Failure
javax.ws.rs.WebApplicationException
org.jboss.resteasy.spi.ApplicationException
-
injectableArguments
public Object injectableArguments(boolean unwrapAsync)
- Specified by:
injectableArguments
in 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:
injectableArguments
in interfaceorg.jboss.resteasy.spi.ConstructorInjector
- Throws:
org.jboss.resteasy.spi.Failure
-
-