Uses of Class
org.apache.webbeans.component.WebBeansType
-
Packages that use WebBeansType Package Description org.apache.webbeans.component org.apache.webbeans.configurator -
-
Uses of WebBeansType in org.apache.webbeans.component
Fields in org.apache.webbeans.component declared as WebBeansType Modifier and Type Field Description protected WebBeansTypeAbstractOwbBean. webBeansTypeWeb Beans typeMethods in org.apache.webbeans.component that return WebBeansType Modifier and Type Method Description WebBeansTypeAbstractOwbBean. getWebBeansType()Get web bean type of the bean.WebBeansTypeOwbBean. getWebBeansType()Returns bean type.static WebBeansTypeWebBeansType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebBeansType[]WebBeansType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.webbeans.component with parameters of type WebBeansType Constructor Description AbstractOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<?> beanClass)AbstractProducerBean(InjectionTargetBean<?> ownerComponent, WebBeansType webBeansType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<?> producerFactory)Create a new instance.BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<T> producerFactory)BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, BeanAttributesImpl<T> beanAttributes, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<T> producerFactory)DecoratorBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass)InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass)InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, jakarta.enterprise.inject.spi.InjectionTargetFactory<T> factory)Initializes the InjectionTarget Bean part.ManagedBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass)ProducerAwareInjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<?> beanClass, jakarta.enterprise.inject.spi.ProducerFactory<?> factory) -
Uses of WebBeansType in org.apache.webbeans.configurator
Methods in org.apache.webbeans.configurator that return WebBeansType Modifier and Type Method Description WebBeansTypeBeanConfiguratorImpl.ConstructedBean. getWebBeansType()
-