A B C D F G I J L M N O P R T U W 

A

annotatedTypeNull() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
applicationScopedLiteral - Static variable in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 

B

BASE - Static variable in interface org.jboss.resteasy.cdi.i18n.Messages
 
BEAN_MANAGER_ATTRIBUTE_PREFIX - Static variable in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
beanDoesNotHaveScopeDefined(Class<?>, Annotation) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
beanHasScopeDefined(Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
beanIsSLSBOrSingleton(Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
beansFound(Type, Set<Bean<?>>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 

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

discoveredCDIBeanApplication(String) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
discoveredCDIBeanJaxRsProvider(String) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
discoveredCDIBeanJaxRsResource(String) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
dispose(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
doingALookupForBeanManager(String) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 

F

foundBeanManagerAtJavaApp() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
foundBeanManagerAtJavaComp() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
foundBeanManagerInServletContext() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 

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

LOGGER - Static variable in interface org.jboss.resteasy.cdi.i18n.LogMessages
 
LogMessages - Interface in org.jboss.resteasy.cdi.i18n
 
lookupBeanManager() - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
Do a lookup for BeanManager instance.

M

Messages - Interface in org.jboss.resteasy.cdi.i18n
 
MESSAGES - Static variable in interface org.jboss.resteasy.cdi.i18n.Messages
 

N

noCDIBeansFound(Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
noLookupInterface(Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 

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
 
org.jboss.resteasy.cdi.i18n - package org.jboss.resteasy.cdi.i18n
 

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
 
typeWillBeUsedForLookup(Type, Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 

U

unableToLookupBeanManager() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
unableToObtainBeanManager(String) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
unableToObtainResteasyCdiExtension() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
unableToPerformJNDILookups() - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
usingCdiConstructorInjector(Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
usingInterfaceForLookup(Type, Class<?>) - Method in interface org.jboss.resteasy.cdi.i18n.Messages
 
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 F G I J L M N O P R T U W 

Copyright © 2015. All Rights Reserved.