Uses of Interface
org.jboss.weld.injection.attributes.WeldInjectionPointAttributes
-
Packages that use WeldInjectionPointAttributes Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.event JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.attributes JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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, javax.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 Modifier and Type Method Description Set<WeldInjectionPointAttributes<?,?>>ObserverMethodImpl. getInjectionPoints()Set<WeldInjectionPointAttributes<?,?>>ObserverMethodImpl. getNewInjectionPoints() -
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>Classes in org.jboss.weld.injection.attributes that implement WeldInjectionPointAttributes Modifier and Type Class Description classAbstractForwardingInjectionPointAttributes<T,S>classAbstractInferringInjectionPointAttributes<T,S>classForwardingFieldInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classForwardingInjectionPointAttributes<T,S>classForwardingParameterInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classInferringFieldInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedField.classInferringParameterInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedParameter.classSpecialParameterInjectionPoint<T,X>Represents a method/constructor parameter, which is not an injection point.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
Classes in org.jboss.weld.util that implement WeldInjectionPointAttributes Modifier and Type Class Description classDelegatingFieldInjectionPointAttributes<T,X>Forwarding implementation ofFieldInjectionPointAttributes.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(javax.enterprise.inject.spi.AnnotatedType<?> type, Iterable<javax.enterprise.inject.spi.InjectionPoint> injectionPoints)static <T,X>
WeldInjectionPointAttributes<T,?>InjectionPoints. getWeldInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
-