org.jboss.resteasy.cdi
public class CdiPropertyInjector extends Object implements PropertyInjector
@Form
objects).Constructor and Description |
---|
CdiPropertyInjector(PropertyInjector delegate,
Class<?> clazz,
Map<Class<?>,Type> sessionBeanInterface,
javax.enterprise.inject.spi.BeanManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
inject(HttpRequest request,
HttpResponse response,
Object target) |
void |
inject(Object target) |
String |
toString() |
public CdiPropertyInjector(PropertyInjector delegate, Class<?> clazz, Map<Class<?>,Type> sessionBeanInterface, javax.enterprise.inject.spi.BeanManager manager)
public void inject(Object target)
inject
in interface PropertyInjector
public void inject(HttpRequest request, HttpResponse response, Object target) throws Failure, WebApplicationException, ApplicationException
inject
in interface PropertyInjector
Failure
WebApplicationException
ApplicationException
Copyright © 2014. All Rights Reserved.