org.jboss.resteasy.cdi
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 ConstructorInjector
public Object construct(HttpRequest request, HttpResponse response) throws Failure, WebApplicationException, ApplicationException
construct
in interface ConstructorInjector
Failure
WebApplicationException
ApplicationException
public Object[] injectableArguments()
injectableArguments
in interface ConstructorInjector
public Object[] injectableArguments(HttpRequest request, HttpResponse response) throws Failure
injectableArguments
in interface ConstructorInjector
Failure
Copyright © 2015. All Rights Reserved.