Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.21 KB

File metadata and controls

43 lines (28 loc) · 1.21 KB

type=page status=published title=Using the Configurators Interfaces next=cdi-bootstrap-se8.html prev=cdi-adv009.html ~~ = Using the Configurators Interfaces

Using the Configurators Interfaces

The CDI 2.0 specification defines the following Configurators interfaces, which are used for dynamically defining and modifying CDI objects:

Interface

Description

AnnotatedTypeConfigurator SPI

Helps create and configure the following type metadata:

AnnotatedType

AnnotatedField

AnnotatedConstructor

AnnotatedMethod

AnnotatedParameter

InjectionPointConfigurator interface

Helps configure an existing InjectionPoint instance

BeanAttributesConfigurator interface

Helps configure a new BeanAttributes instance

BeanConfigurator interface

Helps configure a new Bean instance

ObserverMethodConfigurator interface

Helps configure an ObserverMethod instance

ProducerConfigurator interface

Helps configure a Producer instance