RESTEasy CDI integration module 2.3.6.Final-redhat-1
A B C D G I J L O P R T U W

A

applicationScopedLiteral - Static variable in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 

B

BEAN_MANAGER_ATTRIBUTE_PREFIX - Static variable in class org.jboss.resteasy.cdi.CdiInjectorFactory
 

C

CdiConstructorInjector - Class in org.jboss.resteasy.cdi
This ConstructorInjector implementation uses CDI's BeanManager to obtain a contextual instance of a bean.
CdiConstructorInjector(Type, BeanManager) - Constructor for class org.jboss.resteasy.cdi.CdiConstructorInjector
 
CdiInjectorFactory - Class in org.jboss.resteasy.cdi
 
CdiInjectorFactory(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.cdi.CdiInjectorFactory
 
CdiPropertyInjector - Class in org.jboss.resteasy.cdi
JAX-RS property injection is performed twice on CDI Beans.
CdiPropertyInjector(PropertyInjector, Class<?>, Map<Class<?>, Type>, BeanManager) - Constructor for class org.jboss.resteasy.cdi.CdiPropertyInjector
 
construct() - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
construct(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
createConstructor(Constructor) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createMethodInjector(Class, Method) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[]) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], boolean) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createPropertyInjector(Class) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 

D

dispose(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 

G

getAnnotation(Class<T>) - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getAnnotations() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getBaseType() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getConstructors() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getFields() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getInjectionPoints() - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
getJavaClass() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getMethods() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getSessionBeanInterface() - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
getTypeClosure() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 

I

inject(Object) - Method in class org.jboss.resteasy.cdi.CdiPropertyInjector
 
inject(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.cdi.CdiPropertyInjector
 
inject(T, CreationalContext<T>) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
injectableArguments() - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
injectableArguments(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
isJaxrsAnnotatedClass(Class<?>) - Static method in class org.jboss.resteasy.cdi.Utils
Finds out if a given class is decorated with JAX-RS annotations.
isJaxrsComponent(Class<?>) - Static method in class org.jboss.resteasy.cdi.Utils
Find out if a given class is a JAX-RS component
isJaxrsResource(Class<?>) - Static method in class org.jboss.resteasy.cdi.Utils
Returns true if and only if the given class is a JAX-RS root resource or a sub-resource.
isScopeDefined(Class<?>, BeanManager) - Static method in class org.jboss.resteasy.cdi.Utils
Find out if a given class has is explicitly bound to a scope.

J

JaxrsAnnotatedType<TYPE> - Class in org.jboss.resteasy.cdi
This wrapper allows additional metadata to be added during bootstrap.
JaxrsAnnotatedType(AnnotatedType<TYPE>, Annotation) - Constructor for class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
JaxrsInjectionTarget<T> - Class in org.jboss.resteasy.cdi
This implementation of InjectionTarget is a wrapper that allows JAX-RS property injection to be performed just after CDI injection.
JaxrsInjectionTarget(InjectionTarget<T>, Class<T>) - Constructor for class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 

L

lookupBeanManager() - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
Do a lookup for BeanManager instance.

O

observeBeforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Obtain BeanManager reference for future use.
observeInjectionTarget(ProcessInjectionTarget<T>) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Wrap InjectionTarget of JAX-RS components within JaxrsInjectionTarget which takes care of JAX-RS property injection.
observeResources(ProcessAnnotatedType<T>, BeanManager) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Set a default scope for each CDI bean which is a JAX-RS Resource, Provider or Application subclass.
observeSessionBeans(ProcessSessionBean<T>) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Observes ProcessSessionBean events and creates a (Bean class -> Local interface) map for Session beans with local interfaces.
org.jboss.resteasy.cdi - package org.jboss.resteasy.cdi
 

P

postConstruct(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
preDestroy(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
produce(CreationalContext<T>) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 

R

requestScopedLiteral - Static variable in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
ResteasyCdiExtension - Class in org.jboss.resteasy.cdi
This Extension handles default scopes for discovered JAX-RS components.
ResteasyCdiExtension() - Constructor for class org.jboss.resteasy.cdi.ResteasyCdiExtension
 

T

toString() - Method in class org.jboss.resteasy.cdi.CdiPropertyInjector
 

U

Utils - Class in org.jboss.resteasy.cdi
Utility methods for detecting CDI scopes and JAX-RS components
Utils() - Constructor for class org.jboss.resteasy.cdi.Utils
 

W

wrapAnnotatedType(AnnotatedType<T>, Annotation) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
wrapInjectionTarget(ProcessInjectionTarget<T>) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 

A B C D G I J L O P R T U W
RESTEasy CDI integration module 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.