Uses of Interface
org.jboss.weld.injection.attributes.FieldInjectionPointAttributes
-
Packages that use FieldInjectionPointAttributes 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.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of FieldInjectionPointAttributes in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return FieldInjectionPointAttributes Modifier and Type Method Description protected static <T,X>
FieldInjectionPointAttributes<T,X>ProcessInjectionPointImpl. fire(FieldInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)<T,X>
FieldInjectionPointAttributes<T,X>ContainerLifecycleEvents. fireProcessInjectionPoint(FieldInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Methods in org.jboss.weld.bootstrap.events with parameters of type FieldInjectionPointAttributes Modifier and Type Method Description protected static <T,X>
FieldInjectionPointAttributes<T,X>ProcessInjectionPointImpl. fire(FieldInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager)<T,X>
FieldInjectionPointAttributes<T,X>ContainerLifecycleEvents. fireProcessInjectionPoint(FieldInjectionPointAttributes<T,X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of FieldInjectionPointAttributes in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return FieldInjectionPointAttributes Modifier and Type Method Description protected FieldInjectionPointAttributes<T,X>FieldInjectionPoint. delegate()protected <T,X>
FieldInjectionPointAttributes<T,X>InjectionPointFactory. processInjectionPoint(FieldInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Notifies CDI extension of a givenInjectionPoint.Methods in org.jboss.weld.injection with parameters of type FieldInjectionPointAttributes Modifier and Type Method Description protected <T,X>
FieldInjectionPointAttributes<T,X>InjectionPointFactory. processInjectionPoint(FieldInjectionPointAttributes<T,X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager)Notifies CDI extension of a givenInjectionPoint.static <T,X>
FieldInjectionPoint<T,X>FieldInjectionPoint. silent(FieldInjectionPointAttributes<T,X> attributes)Creates an injection point without firing theProcessInjectionPointevent.Constructors in org.jboss.weld.injection with parameters of type FieldInjectionPointAttributes Constructor Description FieldInjectionPoint(FieldInjectionPointAttributes<T,X> attributes) -
Uses of FieldInjectionPointAttributes in org.jboss.weld.injection.attributes
Classes in org.jboss.weld.injection.attributes that implement FieldInjectionPointAttributes Modifier and Type Class Description classForwardingFieldInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classInferringFieldInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedField.Methods in org.jboss.weld.injection.attributes that return FieldInjectionPointAttributes Modifier and Type Method Description static <T,X>
FieldInjectionPointAttributes<T,X>ForwardingFieldInjectionPointAttributes. of(javax.enterprise.inject.spi.InjectionPoint ip) -
Uses of FieldInjectionPointAttributes in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return FieldInjectionPointAttributes Modifier and Type Method Description FieldInjectionPointAttributes<?,?>BeanManagerImpl. createInjectionPoint(javax.enterprise.inject.spi.AnnotatedField<?> field) -
Uses of FieldInjectionPointAttributes in org.jboss.weld.util
Classes in org.jboss.weld.util that implement FieldInjectionPointAttributes Modifier and Type Class Description classDelegatingFieldInjectionPointAttributes<T,X>Forwarding implementation ofFieldInjectionPointAttributes.Methods in org.jboss.weld.util that return FieldInjectionPointAttributes Modifier and Type Method Description protected abstract FieldInjectionPointAttributes<T,X>DelegatingFieldInjectionPointAttributes. delegate()
-