Uses of Interface
org.jboss.weld.injection.attributes.WeldInjectionPointAttributes
-
Packages that use WeldInjectionPointAttributes Package Description org.jboss.weld.bean org.jboss.weld.bean.proxy org.jboss.weld.event org.jboss.weld.injection org.jboss.weld.injection.attributes org.jboss.weld.util -
-
Uses of WeldInjectionPointAttributes in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return WeldInjectionPointAttributes Modifier and Type Method Description WeldInjectionPointAttributes<?,?>DecoratorImpl. getDelegateInjectionPoint() -
Uses of WeldInjectionPointAttributes in org.jboss.weld.bean.proxy
Constructors in org.jboss.weld.bean.proxy with parameters of type WeldInjectionPointAttributes Constructor Description DecoratorProxyFactory(String contextId, Class<T> proxyType, WeldInjectionPointAttributes<?,?> delegateInjectionPoint, Bean<?> bean) -
Uses of WeldInjectionPointAttributes in org.jboss.weld.event
Methods in org.jboss.weld.event that return types with arguments of type WeldInjectionPointAttributes Modifier and Type Method Description Set<WeldInjectionPointAttributes<?,?>>ObserverMethodImpl. getInjectionPoints() -
Uses of WeldInjectionPointAttributes in org.jboss.weld.injection
Subinterfaces of WeldInjectionPointAttributes in org.jboss.weld.injection Modifier and Type Interface Description interfaceParameterInjectionPoint<T,X>Classes in org.jboss.weld.injection that implement WeldInjectionPointAttributes Modifier and Type Class Description classConstructorInjectionPoint<T>High-level representation of an injected constructor.classFieldInjectionPoint<T,X>classMethodInjectionPoint<T,X>Wraps a method whose parameters may be injected.classParameterInjectionPointImpl<T,X>classProxyClassConstructorInjectionPointWrapper<T>A wrapper on aConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the original (e.g.Methods in org.jboss.weld.injection with parameters of type WeldInjectionPointAttributes Modifier and Type Method Description protected static booleanFieldInjectionPoint. isCacheableInjectionPoint(WeldInjectionPointAttributes<?,?> attributes) -
Uses of WeldInjectionPointAttributes in org.jboss.weld.injection.attributes
Subinterfaces of WeldInjectionPointAttributes in org.jboss.weld.injection.attributes Modifier and Type Interface Description interfaceFieldInjectionPointAttributes<T,X>interfaceParameterInjectionPointAttributes<T,X>Methods in org.jboss.weld.injection.attributes that return WeldInjectionPointAttributes Modifier and Type Method Description protected 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 WeldInjectionPointAttributes Modifier and Type Method Description static <T extends WeldInjectionPointAttributes<?,?>>
Set<T>InjectionPoints. flattenInjectionPoints(List<? extends Set<T>> fieldInjectionPoints)Methods in org.jboss.weld.util that return WeldInjectionPointAttributes Modifier and Type Method Description static WeldInjectionPointAttributes<?,?>Decorators. findDelegateInjectionPoint(AnnotatedType<?> type, Iterable<InjectionPoint> injectionPoints)static <T,X>
WeldInjectionPointAttributes<T,?>InjectionPoints. getWeldInjectionPoint(InjectionPoint injectionPoint)
-