public abstract class AbstractBeanManager extends Object implements BeanManager
| Constructor and Description |
|---|
AbstractBeanManager() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAnnotatedType, createCreationalContext, createInjectionTarget, fireEvent, getBeans, getBeans, getContext, getELResolver, getInjectableReference, getInterceptorBindingDefinition, getPassivationCapableBean, getReference, getStereotypeDefinition, isInterceptorBinding, isNormalScope, isPassivatingScope, isQualifier, isScope, isStereotype, resolve, resolveDecorators, resolveInterceptors, resolveObserverMethods, validate, wrapExpressionFactoryprotected abstract WebBeansContext getWebBeansContext()
public boolean areInterceptorBindingsEquivalent(Annotation annotation1, Annotation annotation2)
public boolean areQualifiersEquivalent(Annotation annotation1, Annotation annotation2)
public int getInterceptorBindingHashCode(Annotation annotation)
public int getQualifierHashCode(Annotation annotation)
public <T> BeanAttributes<T> createBeanAttributes(AnnotatedType<T> type)
public BeanAttributes<?> createBeanAttributes(AnnotatedMember<?> member)
public InjectionPoint createInjectionPoint(AnnotatedField<?> field)
public InjectionPoint createInjectionPoint(AnnotatedParameter<?> parameter)
public <X> ProducerFactory<X> getProducerFactory(AnnotatedField<? super X> field, Bean<X> bean)
public <X> ProducerFactory<X> getProducerFactory(AnnotatedMethod<? super X> method, Bean<X> bean)
public <X> InjectionTargetFactory<X> getInjectionTargetFactory(AnnotatedType<X> type)
public <T> Bean<T> createBean(BeanAttributes<T> attributes, Class<T> type, InjectionTargetFactory<T> factory)
public <T,X> Bean<T> createBean(BeanAttributes<T> attributes, Class<X> type, ProducerFactory<X> factory)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.