Uses of Interface
javax.enterprise.inject.spi.Decorator
-
Packages that use Decorator Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean org.jboss.weld.bean.builtin org.jboss.weld.bean.proxy org.jboss.weld.bootstrap org.jboss.weld.bootstrap.enablement org.jboss.weld.injection.producer org.jboss.weld.manager org.jboss.weld.resolution org.jboss.weld.util org.jboss.weld.util.bean -
-
Uses of Decorator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>BeanManager. resolveDecorators(Set<Type> types, Annotation... qualifiers)Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained. -
Uses of Decorator in org.jboss.weld.bean
Subinterfaces of Decorator in org.jboss.weld.bean Modifier and Type Interface Description interfaceWeldDecorator<T>Sub-interface ofDecoratorthat contains metadata information about Weld-deployed Decorators (including custom decorators).Classes in org.jboss.weld.bean that implement Decorator Modifier and Type Class Description classCustomDecoratorWrapper<T>A wrapper for a decorated instance.classDecoratorImpl<T>classForwardingDecorator<T>classSyntheticDecorator<T>Represents aDecoratorcreated based on extension-providedInjectionTargetimplementation.Methods in org.jboss.weld.bean that return Decorator Modifier and Type Method Description Decorator<T>CustomDecoratorWrapper. delegate()abstract Decorator<T>ForwardingDecorator. delegate()Methods in org.jboss.weld.bean that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>AbstractClassBean. getDecorators()List<Decorator<?>>DecorableBean. getDecorators()Resolves decorators for this bean.Methods in org.jboss.weld.bean with parameters of type Decorator Modifier and Type Method Description static <T> CustomDecoratorWrapper<T>CustomDecoratorWrapper. of(Decorator<T> delegate, BeanManagerImpl beanManager) -
Uses of Decorator in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return Decorator Modifier and Type Method Description protected Decorator<?>DecoratorMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Decorator<?>> creationalContext)Methods in org.jboss.weld.bean.builtin that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>AbstractDecorableBuiltInBean. getDecorators()protected abstract List<Decorator<?>>AbstractDecorableBuiltInBean. getDecorators(InjectionPoint ip)protected List<Decorator<?>>AbstractFacadeBean. getDecorators(InjectionPoint ip)protected List<Decorator<?>>AbstractStaticallyDecorableBuiltInBean. getDecorators(InjectionPoint ip)List<Decorator<?>>BeanManagerProxy. resolveDecorators(Set<Type> types, Annotation... qualifiers)Method parameters in org.jboss.weld.bean.builtin with type arguments of type Decorator Modifier and Type Method Description protected Decorator<?>DecoratorMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Decorator<?>> creationalContext) -
Uses of Decorator in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type Decorator Modifier and Type Method Description DecoratorProxyMethodHandlerDecorationHelper. createMethodHandler(InjectionPoint injectionPoint, CreationalContext<?> creationalContext, Decorator<Object> decorator)Constructor parameters in org.jboss.weld.bean.proxy with type arguments of type Decorator Constructor Description DecorationHelper(TargetBeanInstance originalInstance, Bean<?> bean, Class<T> proxyClassForDecorator, BeanManagerImpl beanManager, org.jboss.weld.serialization.spi.ContextualStore contextualStore, List<Decorator<?>> decorators)DecoratorProxyMethodHandler(org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<Decorator<Object>,Object> decoratorInstance, Object delegateInstance) -
Uses of Decorator in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type Decorator Modifier and Type Method Description protected voidValidator. validateDecorator(Decorator<?> decorator, Collection<CommonBean<?>> specializedBeans, BeanManagerImpl manager)Method parameters in org.jboss.weld.bootstrap with type arguments of type Decorator Modifier and Type Method Description voidConcurrentValidator. validateDecorators(Collection<? extends Decorator<?>> decorators, BeanManagerImpl manager)voidValidator. validateDecorators(Collection<? extends Decorator<?>> decorators, BeanManagerImpl manager) -
Uses of Decorator in org.jboss.weld.bootstrap.enablement
Methods in org.jboss.weld.bootstrap.enablement that return types with arguments of type Decorator Modifier and Type Method Description Comparator<Decorator<?>>ModuleEnablement. getDecoratorComparator() -
Uses of Decorator in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>AbstractDecoratorApplyingInstantiator. getDecorators()Method parameters in org.jboss.weld.injection.producer with type arguments of type Decorator Modifier and Type Method Description protected voidBeanInjectionTarget. checkDecoratedMethods(EnhancedAnnotatedType<T> type, List<Decorator<?>> decorators)Constructor parameters in org.jboss.weld.injection.producer with type arguments of type Decorator Constructor Description AbstractDecoratorApplyingInstantiator(String contextId, Instantiator<T> delegate, Bean<T> bean, List<Decorator<?>> decorators, Class<? extends T> implementationClass)SubclassDecoratorApplyingInstantiator(String contextId, Instantiator<T> delegate, Bean<T> bean, List<Decorator<?>> decorators)SubclassDecoratorApplyingInstantiator(String contextId, Instantiator<T> delegate, Bean<T> bean, List<Decorator<?>> decorators, Class<? extends T> implementationClass) -
Uses of Decorator in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>BeanManagerImpl. getDecorators()Iterable<Decorator<?>>BeanManagerImpl. getDynamicAccessibleDecorators()List<Decorator<?>>BeanManagerImpl. resolveDecorators(Set<Type> types, Annotation... qualifiers)List<Decorator<?>>BeanManagerImpl. resolveDecorators(Set<Type> types, Set<Annotation> qualifiers)Methods in org.jboss.weld.manager with parameters of type Decorator Modifier and Type Method Description voidBeanManagerImpl. addDecorator(Decorator<?> bean) -
Uses of Decorator in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return types with arguments of type Decorator Modifier and Type Method Description protected Iterable<? extends Decorator<?>>TypeSafeDecoratorResolver. getAllBeans(Resolvable resolvable)protected List<Decorator<?>>TypeSafeDecoratorResolver. sortResult(Set<Decorator<?>> matchedDecorators)Methods in org.jboss.weld.resolution with parameters of type Decorator Modifier and Type Method Description protected booleanTypeSafeDecoratorResolver. matches(Resolvable resolvable, Decorator<?> bean)Method parameters in org.jboss.weld.resolution with type arguments of type Decorator Modifier and Type Method Description protected List<Decorator<?>>TypeSafeDecoratorResolver. sortResult(Set<Decorator<?>> matchedDecorators)Constructor parameters in org.jboss.weld.resolution with type arguments of type Decorator Constructor Description TypeSafeDecoratorResolver(BeanManagerImpl manager, Iterable<Decorator<?>> decorators) -
Uses of Decorator in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type Decorator Modifier and Type Method Description List<Decorator<?>>ForwardingBeanManager. resolveDecorators(Set<Type> types, Annotation... qualifiers)Methods in org.jboss.weld.util with parameters of type Decorator Modifier and Type Method Description static voidDecorators. checkDelegateType(Decorator<?> decorator)Check whether the delegate type implements or extends all decorated types.static booleanDecorators. isPassivationCapable(Decorator<?> decorator)Indicates whether aDecoratoris passivation capable or not.Method parameters in org.jboss.weld.util with type arguments of type Decorator Modifier and Type Method Description static <T> TDecorators. getOuterDelegate(Bean<T> bean, T instance, CreationalContext<T> creationalContext, Class<T> proxyClass, InjectionPoint originalInjectionPoint, BeanManagerImpl manager, List<Decorator<?>> decorators) -
Uses of Decorator in org.jboss.weld.util.bean
Classes in org.jboss.weld.util.bean that implement Decorator Modifier and Type Class Description classIsolatedForwardingDecorator<T>Delegating implementation ofDecorator.static classIsolatedForwardingDecorator.Impl<T>Methods in org.jboss.weld.util.bean that return Decorator Modifier and Type Method Description abstract Decorator<T>IsolatedForwardingDecorator. delegate()Decorator<T>IsolatedForwardingDecorator.Impl. delegate()Constructor parameters in org.jboss.weld.util.bean with type arguments of type Decorator Constructor Description Impl(WrappedBeanHolder<T,Decorator<T>> cartridge)
-