Uses of Class
org.jboss.weld.bean.DisposalMethod
-
Packages that use DisposalMethod Package Description org.jboss.weld.bean org.jboss.weld.bean.builtin.ee org.jboss.weld.bootstrap org.jboss.weld.injection.producer org.jboss.weld.manager org.jboss.weld.resolution -
-
Uses of DisposalMethod in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return DisposalMethod Modifier and Type Method Description static <X,T>
DisposalMethod<X,T>DisposalMethod. of(BeanManagerImpl manager, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean)Methods in org.jboss.weld.bean with parameters of type DisposalMethod Modifier and Type Method Description static <X,T>
ProducerField<X,T>ProducerField. of(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer fieldstatic <X,T>
ProducerMethod<X,T>ProducerMethod. of(BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer method Web BeanConstructors in org.jboss.weld.bean with parameters of type DisposalMethod Constructor Description ProducerField(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)ConstructorProducerMethod(org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of DisposalMethod in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee with parameters of type DisposalMethod Modifier and Type Method Description static <X,T>
EEResourceProducerField<X,T>EEResourceProducerField. of(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates an EE resource producer fieldstatic <X,T>
StaticEEResourceProducerField<X,T>StaticEEResourceProducerField. of(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Constructors in org.jboss.weld.bean.builtin.ee with parameters of type DisposalMethod Constructor Description EEResourceProducerField(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)StaticEEResourceProducerField(BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of DisposalMethod in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return DisposalMethod Modifier and Type Method Description protected <X> DisposalMethod<X,?>AbstractBeanDeployer. resolveDisposalMethod(BeanAttributes<?> attributes, AbstractClassBean<X> declaringBean)Methods in org.jboss.weld.bootstrap that return types with arguments of type DisposalMethod Modifier and Type Method Description Set<DisposalMethod<?,?>>BeanDeployerEnvironment. getUnresolvedDisposalBeans()<X> Set<DisposalMethod<X,?>>BeanDeployerEnvironment. resolveDisposalBeans(Set<Type> types, Set<Annotation> qualifiers, AbstractClassBean<X> declaringBean)Resolve the disposal method for the given producer method.Methods in org.jboss.weld.bootstrap with parameters of type DisposalMethod Modifier and Type Method Description voidBeanDeployerEnvironment. addDisposesMethod(DisposalMethod<?,?> bean) -
Uses of DisposalMethod in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return DisposalMethod Modifier and Type Method Description DisposalMethod<?,?>AbstractMemberProducer. getDisposalMethod()Constructors in org.jboss.weld.injection.producer with parameters of type DisposalMethod Constructor Description AbstractMemberProducer(EnhancedAnnotatedMember<T,? super X,? extends Member> enhancedMember, DisposalMethod<?,?> disposalMethod)ProducerFieldProducer(EnhancedAnnotatedField<T,? super X> enhancedField, DisposalMethod<?,?> disposalMethod)ProducerMethodProducer(EnhancedAnnotatedMethod<T,? super X> enhancedAnnotatedMethod, DisposalMethod<?,?> disposalMethod) -
Uses of DisposalMethod in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type DisposalMethod Modifier and Type Method Description abstract <T> Producer<T>AbstractProducerFactory. createProducer(Bean<X> declaringBean, Bean<T> bean, DisposalMethod<X,T> disposalMethod)<T> Producer<T>FieldProducerFactory. createProducer(Bean<X> declaringBean, Bean<T> bean, DisposalMethod<X,T> disposalMethod)Producers returned from this method are not validated.<T> Producer<T>MethodProducerFactory. createProducer(Bean<X> declaringBean, Bean<T> bean, DisposalMethod<X,T> disposalMethod)Producers returned from this method are not validated. -
Uses of DisposalMethod in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return types with arguments of type DisposalMethod Modifier and Type Method Description protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. filterResult(Set<DisposalMethod<?,?>> matched)protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. sortResult(Set<DisposalMethod<?,?>> matched)Methods in org.jboss.weld.resolution with parameters of type DisposalMethod Modifier and Type Method Description protected booleanTypeSafeDisposerResolver. matches(Resolvable resolvable, DisposalMethod<?,?> disposer)Method parameters in org.jboss.weld.resolution with type arguments of type DisposalMethod Modifier and Type Method Description protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. filterResult(Set<DisposalMethod<?,?>> matched)protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. sortResult(Set<DisposalMethod<?,?>> matched)Constructor parameters in org.jboss.weld.resolution with type arguments of type DisposalMethod Constructor Description TypeSafeDisposerResolver(Iterable<DisposalMethod<?,?>> disposers, WeldConfiguration configuration)
-