Uses of Class
org.apache.webbeans.config.BeansDeployer.ExtendedBeanAttributes
-
Packages that use BeansDeployer.ExtendedBeanAttributes Package Description org.apache.webbeans.config org.apache.webbeans.util -
-
Uses of BeansDeployer.ExtendedBeanAttributes in org.apache.webbeans.config
Methods in org.apache.webbeans.config with parameters of type BeansDeployer.ExtendedBeanAttributes Modifier and Type Method Description protected <T> voidBeansDeployer. defineManagedBean(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeansDeployer.ExtendedBeanAttributes extendedBeanAttributes, Map<jakarta.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>> annotatedTypes)Defines and configures managed bean.Method parameters in org.apache.webbeans.config with type arguments of type BeansDeployer.ExtendedBeanAttributes Modifier and Type Method Description protected voidBeansDeployer. checkStereoTypes(Map<org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation,Map<jakarta.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>>> beanAttributesPerBda)Check steretypes.protected <T> voidBeansDeployer. defineManagedBean(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeansDeployer.ExtendedBeanAttributes extendedBeanAttributes, Map<jakarta.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>> annotatedTypes)Defines and configures managed bean.protected voidBeansDeployer. deployFromBeanAttributes(Map<org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation,Map<jakarta.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>>> beanAttributesPerBda)Discovers and deploys classes from class path. -
Uses of BeansDeployer.ExtendedBeanAttributes in org.apache.webbeans.util
Method parameters in org.apache.webbeans.util with type arguments of type BeansDeployer.ExtendedBeanAttributes Modifier and Type Method Description voidSpecializationUtil. removeDisabledBeanAttributes(Map<org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation,Map<jakarta.enterprise.inject.spi.AnnotatedType<?>,BeansDeployer.ExtendedBeanAttributes<?>>> beanAttributesPerBda, SpecializationUtil.BeanAttributesProvider attributeProvider, boolean notSpecializationOnly)This method iterates over all given BeanAttributes and removes those which are 'Specialised away'.
-