Module jakarta.cdi
Package jakarta.enterprise.inject.spi.configurator
-
Interface Summary Interface Description AnnotatedConstructorConfigurator<T> This interface is part of theAnnotatedTypeConfigurator
SPI and helps defining anAnnotatedConstructor
AnnotatedFieldConfigurator<T> This interface is part of theAnnotatedTypeConfigurator
SPI and helps defining anAnnotatedField
AnnotatedMethodConfigurator<T> This interface is part of theAnnotatedTypeConfigurator
SPI and helps defining anAnnotatedMethod
AnnotatedParameterConfigurator<T> This interface is part of theAnnotatedTypeConfigurator
SPI and helps defining anAnnotatedParameter
AnnotatedTypeConfigurator<T> This API is a helper to configure a newAnnotatedType
instance.BeanAttributesConfigurator<T> This API is an helper to configure a newBeanAttributes
instance.BeanConfigurator<T> This API is an helper to configure a newBean
instance.InjectionPointConfigurator This API is an helper to configure an existingInjectionPoint
instance.ObserverMethodConfigurator<T> AnObserverMethodConfigurator
can configure anObserverMethod
.ObserverMethodConfigurator.EventConsumer<T> Represents an operation that accepts a context of a fired event.ProducerConfigurator<T> AProducerConfigurator
can configure aProducer
.