Uses of Interface
org.jboss.weld.injection.attributes.WeldInjectionPointAttributes
Packages that use WeldInjectionPointAttributes
Package
Description
-
Uses of WeldInjectionPointAttributes in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return WeldInjectionPointAttributes -
Uses of WeldInjectionPointAttributes in org.jboss.weld.bean.proxy
Constructors in org.jboss.weld.bean.proxy with parameters of type WeldInjectionPointAttributesModifierConstructorDescriptionDecoratorProxyFactory(String contextId, Class<T> proxyType, WeldInjectionPointAttributes<?, ?> delegateInjectionPoint, jakarta.enterprise.inject.spi.Bean<?> bean) -
Uses of WeldInjectionPointAttributes in org.jboss.weld.event
Methods in org.jboss.weld.event that return types with arguments of type WeldInjectionPointAttributes -
Uses of WeldInjectionPointAttributes in org.jboss.weld.injection
Subinterfaces of WeldInjectionPointAttributes in org.jboss.weld.injectionClasses in org.jboss.weld.injection that implement WeldInjectionPointAttributesModifier and TypeClassDescriptionclassHigh-level representation of an injected constructor.classFieldInjectionPoint<T,X> classMethodInjectionPoint<T,X> Wraps a method whose parameters may be injected.classclassA wrapper on aConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the original (e.g. because the original is an abstractDecorator)Methods in org.jboss.weld.injection with parameters of type WeldInjectionPointAttributesModifier and TypeMethodDescriptionprotected static booleanFieldInjectionPoint.isCacheableInjectionPoint(WeldInjectionPointAttributes<?, ?> attributes) -
Uses of WeldInjectionPointAttributes in org.jboss.weld.injection.attributes
Subinterfaces of WeldInjectionPointAttributes in org.jboss.weld.injection.attributesModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.jboss.weld.injection.attributes that implement WeldInjectionPointAttributesModifier and TypeClassDescriptionclassclassclassAn implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classclassAn implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classAn implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedField.classAn implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedParameter.classRepresents a method/constructor parameter, which is not an injection point.Methods in org.jboss.weld.injection.attributes that return WeldInjectionPointAttributesModifier and TypeMethodDescriptionprotected abstract WeldInjectionPointAttributes<T,S> ForwardingInjectionPointAttributes.delegate() -
Uses of WeldInjectionPointAttributes in org.jboss.weld.util
Methods in org.jboss.weld.util with type parameters of type WeldInjectionPointAttributesModifier and TypeMethodDescriptionstatic <T extends WeldInjectionPointAttributes<?,?>>
Set<T>InjectionPoints.flattenInjectionPoints(List<? extends Set<T>> fieldInjectionPoints) Methods in org.jboss.weld.util that return WeldInjectionPointAttributesModifier and TypeMethodDescriptionstatic WeldInjectionPointAttributes<?,?> Decorators.findDelegateInjectionPoint(jakarta.enterprise.inject.spi.AnnotatedType<?> type, Iterable<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints) static <T,X> WeldInjectionPointAttributes<T, ?> InjectionPoints.getWeldInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)