Uses of Interface
org.jboss.resteasy.spi.PropertyInjector
-
Packages that use PropertyInjector Package Description org.jboss.resteasy.cdi org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of PropertyInjector in org.jboss.resteasy.cdi
Classes in org.jboss.resteasy.cdi that implement PropertyInjector Modifier and Type Class Description classCdiPropertyInjectorJAX-RS property injection is performed twice on CDI Beans.Methods in org.jboss.resteasy.cdi that return PropertyInjector Modifier and Type Method Description PropertyInjectorCdiInjectorFactory. createPropertyInjector(Class resourceClass, ResteasyProviderFactory factory)PropertyInjectorCdiInjectorFactory. createPropertyInjector(ResourceClass resourceClass, ResteasyProviderFactory providerFactory)Constructors in org.jboss.resteasy.cdi with parameters of type PropertyInjector Constructor Description CdiPropertyInjector(PropertyInjector delegate, Class<?> clazz, Map<Class<?>,Type> sessionBeanInterface, javax.enterprise.inject.spi.BeanManager manager) -
Uses of PropertyInjector in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement PropertyInjector Modifier and Type Class Description classPropertyInjectorImplclassResourcePropertyInjectorMethods in org.jboss.resteasy.core that return PropertyInjector Modifier and Type Method Description PropertyInjectorInjectorFactoryImpl. createPropertyInjector(Class resourceClass, ResteasyProviderFactory providerFactory)PropertyInjectorInjectorFactoryImpl. createPropertyInjector(ResourceClass resourceClass, ResteasyProviderFactory providerFactory) -
Uses of PropertyInjector in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return PropertyInjector Modifier and Type Method Description PropertyInjectorInjectorFactory. createPropertyInjector(Class resourceClass, ResteasyProviderFactory factory)PropertyInjectorInjectorFactory. createPropertyInjector(ResourceClass resourceClass, ResteasyProviderFactory providerFactory)
-