Uses of Interface
org.jboss.weld.event.ContainerLifecycleEventObserverMethod
Packages that use ContainerLifecycleEventObserverMethod
-
Uses of ContainerLifecycleEventObserverMethod in org.jboss.weld.annotated.slim
Methods in org.jboss.weld.annotated.slim that return types with arguments of type ContainerLifecycleEventObserverMethodModifier and TypeMethodDescriptionSlimAnnotatedTypeContext.getResolvedProcessAnnotatedTypeObservers()Method parameters in org.jboss.weld.annotated.slim with type arguments of type ContainerLifecycleEventObserverMethodModifier and TypeMethodDescriptionstatic <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type, org.jboss.weld.resources.spi.ClassFileInfo classInfo, Set<ContainerLifecycleEventObserverMethod<?>> resolvedProcessAnnotatedTypeObservers) -
Uses of ContainerLifecycleEventObserverMethod in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type ContainerLifecycleEventObserverMethodModifier and TypeMethodDescriptionSyntheticExtension.getObservers()FastProcessAnnotatedTypeResolver.resolveProcessAnnotatedTypeObservers(org.jboss.weld.resources.spi.ClassFileServices classFileServices, String className) Resolves a set ofProcessAnnotatedTypeobserver methods for the specified class. -
Uses of ContainerLifecycleEventObserverMethod in org.jboss.weld.event
Classes in org.jboss.weld.event that implement ContainerLifecycleEventObserverMethodModifier and TypeClassDescriptionclassAn implementation ofObserverMethodused for events delivered to extensions.