Skip navigation links

Package org.eclipse.microprofile.config.inject

CDI Support for MicroProfile Config

See: Description

Package org.eclipse.microprofile.config.inject Description

CDI Support for MicroProfile Config

MicroProfile Config also supports injection via a JSR-330 DI container:

  @Inject
  @ConfigProperty(name="myproject.some.endpoint.url");
  private String restUrl;
 

The following types can be injected:

Skip navigation links