Uses of Interface
org.jboss.weld.injection.attributes.ParameterInjectionPointAttributes
-
Packages that use ParameterInjectionPointAttributes Package Description org.jboss.weld.bootstrap.events 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.manager JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of ParameterInjectionPointAttributes in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return ParameterInjectionPointAttributes Modifier and Type Method Description static <T,X>
ParameterInjectionPointAttributes<T,X>ProcessInjectionPointImpl. fire(ParameterInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)<T,X>
ParameterInjectionPointAttributes<T,X>ContainerLifecycleEvents. fireProcessInjectionPoint(ParameterInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Methods in org.jboss.weld.bootstrap.events with parameters of type ParameterInjectionPointAttributes Modifier and Type Method Description static <T,X>
ParameterInjectionPointAttributes<T,X>ProcessInjectionPointImpl. fire(ParameterInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)<T,X>
ParameterInjectionPointAttributes<T,X>ContainerLifecycleEvents. fireProcessInjectionPoint(ParameterInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of ParameterInjectionPointAttributes in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return ParameterInjectionPointAttributes Modifier and Type Method Description protected ParameterInjectionPointAttributes<T,X>ParameterInjectionPointImpl. delegate()protected <T,X>
ParameterInjectionPointAttributes<T,X>InjectionPointFactory. processInjectionPoint(ParameterInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Notifies CDI extension of a givenInjectionPoint.Methods in org.jboss.weld.injection with parameters of type ParameterInjectionPointAttributes Modifier and Type Method Description protected <T,X>
ParameterInjectionPointAttributes<T,X>InjectionPointFactory. processInjectionPoint(ParameterInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Notifies CDI extension of a givenInjectionPoint.static <T,X>
ParameterInjectionPointImpl<T,X>ParameterInjectionPointImpl. silent(ParameterInjectionPointAttributes<T,X> attributes)Creates an injection point without firing theProcessInjectionPointevent.Constructors in org.jboss.weld.injection with parameters of type ParameterInjectionPointAttributes Constructor Description ParameterInjectionPointImpl(ParameterInjectionPointAttributes<T,X> attributes) -
Uses of ParameterInjectionPointAttributes in org.jboss.weld.injection.attributes
Classes in org.jboss.weld.injection.attributes that implement ParameterInjectionPointAttributes Modifier and Type Class Description classForwardingParameterInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classInferringParameterInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedParameter.Methods in org.jboss.weld.injection.attributes that return ParameterInjectionPointAttributes Modifier and Type Method Description protected ParameterInjectionPointAttributes<T,X>SpecialParameterInjectionPoint. delegate() -
Uses of ParameterInjectionPointAttributes in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return ParameterInjectionPointAttributes Modifier and Type Method Description ParameterInjectionPointAttributes<?,?>BeanManagerImpl. createInjectionPoint(javax.enterprise.inject.spi.AnnotatedParameter<?> parameter)
-