public class CdiConstructorInjector extends Object implements ConstructorInjector
| Constructor and Description |
|---|
CdiConstructorInjector(Type type,
javax.enterprise.inject.spi.BeanManager manager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
construct() |
Object |
construct(HttpRequest request,
HttpResponse response) |
Object[] |
injectableArguments() |
Object[] |
injectableArguments(HttpRequest request,
HttpResponse response) |
public CdiConstructorInjector(Type type, javax.enterprise.inject.spi.BeanManager manager)
public Object construct()
construct in interface ConstructorInjectorpublic Object construct(HttpRequest request, HttpResponse response) throws Failure, javax.ws.rs.WebApplicationException, ApplicationException
construct in interface ConstructorInjectorFailurejavax.ws.rs.WebApplicationExceptionApplicationExceptionpublic Object[] injectableArguments()
injectableArguments in interface ConstructorInjectorpublic Object[] injectableArguments(HttpRequest request, HttpResponse response) throws Failure
injectableArguments in interface ConstructorInjectorFailureCopyright © 2021 JBoss by Red Hat. All rights reserved.