Registry / config / jersey-mp-config

jersey-mp-config

JSON →
library4.0.2javamavenunverified

Jersey extension integrating MicroProfile Config for external configuration.

<dependency> <groupId>org.glassfish.jersey.ext.microprofile</groupId> <artifactId>jersey-mp-config</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-MP-CONFIG
J
jersey-mp-config
configjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigProvider
org.glassfish.jersey.ext.microprofile.config.ConfigProvider

Retrieve a configuration property using MicroProfile Config.

import org.glassfish.jersey.ext.microprofile.config.ConfigProvider; public class Example { public static void main(String[] args) { System.out.println(ConfigProvider.getConfig().getValue("my.property", String.class)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
jersey-mp-config — mvn dependency:get jersey-mp-config · libregistry