- addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
Allows to a synthetic annotated type.
- addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds new annotated type.
- addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds new annotated type for classes which are not picked up by the CDI container
or if you like to add multiple AnnotatedType for the same class.
- addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registering the bean with container.
- addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Adds given context to the container.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Adds definition error.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Aborts processing.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
Adding definition error.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
Adding definition error.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Adding definition error.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Add throwable.
- addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Adding definition error.
- addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
-
Add deployment problem that causes
container aborts processing after validation.
- addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares a new interceptor binding.
- addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declare a new interceptor binding via the information from the given AnnotatedType.
- addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers the given observer method with container.
- addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares a new qualifier.
- addQualifier(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declare a new qualifier via the information from the given AnnotatedType.
- addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares a new scope.
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares a new stereotype.
- AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
-
Events that are fired after discovery bean process.
- AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
-
Event that is fired after container
validates all injection points are valid.
- AfterTypeDiscovery - Interface in javax.enterprise.inject.spi
-
This event will get fired after the container has completed the
class scanning process and all AnnotatedTypes got discovered
from the classpath.
- AlterableContext - Interface in javax.enterprise.context.spi
-
A Context which allows to manually destroy the Contextual Instance
of the given Bean.
- Alternative - Annotation Type in javax.enterprise.inject
-
- AmbiguousResolutionException - Exception in javax.enterprise.inject
-
Ambigous resolution exception.
- AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
-
- Annotated - Interface in javax.enterprise.inject.spi
-
Describes annotated member properties.
- AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
-
Defines callables member contract.
- AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
-
Defines member constructor contract.
- AnnotatedField<X> - Interface in javax.enterprise.inject.spi
-
Defines field member contract.
- AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
-
Defines annotated members common contract.
- AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
-
Define method member contract.
- AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
-
Defines member parameter contract.
- AnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
Defines alternative meta data for bean class.
- AnnotationLiteral<T extends Annotation> - Class in javax.enterprise.util
-
Annotation literal utility.
- AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
-
- AnnotationLiteral.PrivilegedActionForAccessibleObject - Class in javax.enterprise.util
-
- annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
-
- Any - Annotation Type in javax.enterprise.inject
-
Defines any qualifier in the injection point.
- ApplicationScoped - Annotation Type in javax.enterprise.context
-
Defines the application scoped type.
- areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Check whether the 2 given Interceptor Binding annotations are the same.
- areQualifiersEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Check whether the 2 given qualifiers are the same.
- get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
-
- get(Contextual<T>) - Method in interface javax.enterprise.context.spi.Context
-
Returns the instance of the webbeans in this context if exist otherwise return null.
- get() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
- getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
This method can be used to remove and add
Alternative
s,
but also to change the sorting order
Alternative
s which are only enabled in a certain
BeanArchive are not included in this list.
- getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns annotated object representation of member.
- getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Returns annotated.
- getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
- getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
-
Returns annotated type.
- getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
-
- getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
-
Returns annotated parameter.
- getAnnotatedMember() - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Returns annotated member.
- getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Returns annotated method.
- getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
-
Returns annotated field.
- getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
-
Returns annotated method.
- getAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
This will return the AnnotatedType including all changes applied by CDI Extensions.
- getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Gets annotated type.
- getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Gets annotated type.
- getAnnotatedTypes(Class<T>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Get an Iterable of all AnnotatedTypes which implement the given
- getAnnotation(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
-
Gets annotated element's annotation member if exist, null otherwise
- getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
-
Gets annotated member all annotations.
- getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
-
Returns type of the element.
- getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns the injection point owner bean.
- getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Returns bean instance.
- getBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
- getBeanClass() - Method in interface javax.enterprise.inject.spi.Bean
-
Returns class of bean.
- getBeanClass() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getBeanManager() - Method in class javax.enterprise.inject.spi.CDI
-
- getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns set of beans that their api types contain
given bean type and given qualifiers.
- getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns set of beans with given Expression Language name.
- getCDI() - Method in interface javax.enterprise.inject.spi.CDIProvider
-
- getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Returns set of bean constructors.
- getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns a context with given scope type.
- getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
-
Returns declaring callable member.
- getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
Returns member's declaring type.
- getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
-
All the interfaces and classes in the type hierarchy of the
class annotated with @
Decorator
.
- getDecorators() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
This method can be used to remove and add enabled Decorators,
but also to change the sorting order.
- getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
-
- getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
-
- getEjbName() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
-
Returns ejb name.
- getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns CDI container Expression Language resolver.
- getExtension(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Resolves the Extension instance which gets used by this very BeanManager.
- getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Returns set of bean fields.
- getId() - Method in interface javax.enterprise.context.Conversation
-
Gets conversation id.
- getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
-
- getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Gets injection point bean reference.
- getInjectionPoint() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
- getInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
- getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Bean
-
Returns all injection points of this bean.
- getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Producer
-
Its result depends on bean type.
- getInjectionTarget() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Returns injection target.
- getInjectionTargetFactory(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns a set of meta-annotations that are defined on the binding
- getInterceptorBindingHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- getInterceptorBindings() - Method in interface javax.enterprise.inject.spi.Interceptor
-
Usually a single Interceptor
- getInterceptors() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
-
This method can be used to remove and add enabled CDI Interceptors,
but also to change the sorting order.
- getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Returns class of bean.
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
-
Returns base java member.
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
-
Returns base java member.
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
Returns base java member.
- getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
-
Returns base java member.
- getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns appered point for injection point.
- getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Returns set of bean methods.
- getName() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Returns name of a bean.
- getObservedQualifiers() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
Returns observer method instance that
is called by the container on event.
- getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
-
Returns callable list of parameter or empty if none.
- getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns passivation capable bean given id.
- getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
-
Returns parameter position.
- getProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Returns producer instance.
- getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- getQualifierHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
-
- getQualifiers() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Returns qualifiers of a bean.
- getQualifiers() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
- getQualifiers() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns required qualifiers of the injection point.
- getRawType() - Method in class javax.enterprise.util.TypeLiteral
-
- getReception() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns a bean instance reference for the given bean.
- getScope() - Method in interface javax.enterprise.context.spi.Context
-
Returns the scope type of the context.
- getScope() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Returns scope of a bean.
- getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
-
Returns ejb type.
- getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
- getStereotypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns a set of meta-annotations that are defined on the stereotype type.
- getStereotypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Returns bean stereotypes.
- getTimeout() - Method in interface javax.enterprise.context.Conversation
-
Returns conversation time out.
- getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
- getType() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
- getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns required type of the injection point.
- getType() - Method in class javax.enterprise.util.TypeLiteral
-
- getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
-
Returns set of type closures.
- getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Returns api types of a bean.
- IllegalProductException - Exception in javax.enterprise.inject
-
If return object of the producer method is null and its type
is primitive type then throws this exception.
- IllegalProductException() - Constructor for exception javax.enterprise.inject.IllegalProductException
-
- IllegalProductException(String) - Constructor for exception javax.enterprise.inject.IllegalProductException
-
- IllegalProductException(Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
-
- IllegalProductException(String, Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
-
- Initialized - Annotation Type in javax.enterprise.context
-
Qualifier for events which get fired when a Context starts.
- inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Performs dependency injection upon the given object.
- inject() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Fill @inject field, constructor and methods.
- InjectionException - Exception in javax.enterprise.inject
-
Injection exception class.
- InjectionException() - Constructor for exception javax.enterprise.inject.InjectionException
-
- InjectionException(String, Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
-
- InjectionException(Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
-
- InjectionException(String) - Constructor for exception javax.enterprise.inject.InjectionException
-
- InjectionPoint - Interface in javax.enterprise.inject.spi
-
An InjectionPoint object provides metadata information about an injection point.
- InjectionTarget<T> - Interface in javax.enterprise.inject.spi
-
Provides operations for performing dependency injection and lifecycle
callbacks on an instance of a type.
- InjectionTargetFactory<T> - Interface in javax.enterprise.inject.spi
-
- Instance<T> - Interface in javax.enterprise.inject
-
The Instance
interface provides a method for obtaining
instances of beans with required types and qualifiers.
- intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
-
Perform the interception.
- Intercepted - Annotation Type in javax.enterprise.inject
-
A
Decorator
can inject a
Bean
with this qualifier to gather metadata about the decorated instance.
- InterceptionType - Enum in javax.enterprise.inject.spi
-
- Interceptor<T> - Interface in javax.enterprise.inject.spi
-
A Bean for creating and using an interceptor.
- intercepts(InterceptionType) - Method in interface javax.enterprise.inject.spi.Interceptor
-
- isActive() - Method in interface javax.enterprise.context.spi.Context
-
Returns true if context is active according to the current thread,
returns false otherwise.
- isAlternative() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Returns true if declares as policy
- isAmbiguous() - Method in interface javax.enterprise.inject.Instance
-
Returns true if resolution is ambigious, false otherwise.
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.Annotated
-
Returns true if annotated member has annotation for given annotation type,
false otherwise.
- isDelegate() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns true if injection point is decorator delegate,
false otherwise.
- isInterceptorBinding(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns true if given type is a interceptor binding, false otherwise.
- isNormalScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns true if given type is a normal scope type, false otherwise.
- isNullable() - Method in interface javax.enterprise.inject.spi.Bean
-
- isPassivatingScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns true if given type is a passivating scope type, false otherwise.
- isQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns true if given type is a qualifier, false otherwise.
- isScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns true if given type is a scope type, false otherwise.
- isStatic() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
Returns true if member modifiers contain static keyword
false otherwise.
- isStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns true if given type is a stereotype type, false otherwise.
- isTransient() - Method in interface javax.enterprise.context.Conversation
-
- isTransient() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Returns true if injection point is transient,
false otherwise.
- isUnsatisfied() - Method in interface javax.enterprise.inject.Instance
-
Return true if resulotion is unsatisfied, false otherwise.
- PassivationCapable - Interface in javax.enterprise.inject.spi
-
- postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Calls PostConstruct
callback method if exists.
- postConstruct() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Invoke any @PostConstruct methods.
- preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Calls PreDestroy
callback method if exists.
- preDestroy() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Invoke any @PreDestroy annotated methods
and interceptors of the given CDI instance.
- PrivilegedActionForAccessibleObject(AccessibleObject, boolean) - Constructor for class javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject
-
- ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
Event is fired before reading any annotations on the class.
- ProcessBean<X> - Interface in javax.enterprise.inject.spi
-
Fires event before registering bean with container.
- ProcessBeanAttributes<T> - Interface in javax.enterprise.inject.spi
-
- ProcessInjectionPoint<T,X> - Interface in javax.enterprise.inject.spi
-
Gets fired for each InjectionPoint.
- ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
-
Fired before manged bean, session bean or Java EE
component discovery.
- ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
-
Fired before registering managed bean.
- ProcessObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
-
Fired for each observer.
- ProcessProducer<X,T> - Interface in javax.enterprise.inject.spi
-
Container fires this event for each
producer field/method including resources.
- ProcessProducerField<X,T> - Interface in javax.enterprise.inject.spi
-
Fired before registering producer field.
- ProcessProducerMethod<X,T> - Interface in javax.enterprise.inject.spi
-
Fired before registering producer method.
- ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
-
Fires event before registering session bean.
- ProcessSyntheticAnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
This event gets fired for AnnotatedTypes which are not a result
of the scanning process but got manually added.
- produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
-
Its result depends on bean type.
- produce() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Create the CDI instance itself.
- Producer<T> - Interface in javax.enterprise.inject.spi
-
Provides a generic operation for producing an instance of a type.
- ProducerFactory<X> - Interface in javax.enterprise.inject.spi
-
A factory which is able to create container provided
Producer
s.
- Produces - Annotation Type in javax.enterprise.inject
-
- push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
-
Puts new incomplete instance into the creational context.
- validate(InjectionPoint) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Validates injection point.
- valueOf(String) - Static method in enum javax.enterprise.event.Reception
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.enterprise.event.TransactionPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.enterprise.inject.spi.InterceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.enterprise.inject.spi.SessionBeanType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum javax.enterprise.event.Reception
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.enterprise.event.TransactionPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.enterprise.inject.spi.InterceptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.enterprise.inject.spi.SessionBeanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- veto() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Veto registering process.
- veto() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
Tell the container it should ignore this Bean.
- Vetoed - Annotation Type in javax.enterprise.inject
-
Marks a class as to get ignored during CDI processing.