Uses of Interface
javax.enterprise.inject.spi.ProcessInjectionPoint
-
Packages that use ProcessInjectionPoint Package Description org.jboss.weld.bootstrap.events org.jboss.weld.environment.se -
-
Uses of ProcessInjectionPoint in org.jboss.weld.bootstrap.events
Classes in org.jboss.weld.bootstrap.events that implement ProcessInjectionPoint Modifier and Type Class Description classProcessInjectionPointImpl<T,X> -
Uses of ProcessInjectionPoint in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return types with arguments of type ProcessInjectionPoint Modifier and Type Method Description static ContainerLifecycleObserver.Builder<ProcessInjectionPoint<?,?>>ContainerLifecycleObserver. processInjectionPoint()static ContainerLifecycleObserver.Builder<ProcessInjectionPoint<?,?>>ContainerLifecycleObserver. processInjectionPoint(Type observedType)
-