Class ResteasyConfigProvider
- java.lang.Object
-
- org.jboss.resteasy.microprofile.config.ResteasyConfigProvider
-
@Deprecated public final class ResteasyConfigProvider extends Object
Deprecated.Use theConfiguration
- See Also:
Configuration
,ConfigurationFactory
-
-
Constructor Summary
Constructors Constructor Description ResteasyConfigProvider()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.eclipse.microprofile.config.spi.ConfigBuilder
getBuilder()
Deprecated.static org.eclipse.microprofile.config.Config
getConfig()
Deprecated.static void
registerConfig(org.eclipse.microprofile.config.Config config)
Deprecated.
-
-
-
Method Detail
-
getConfig
public static org.eclipse.microprofile.config.Config getConfig()
Deprecated.
-
registerConfig
public static void registerConfig(org.eclipse.microprofile.config.Config config)
Deprecated.
-
getBuilder
public static org.eclipse.microprofile.config.spi.ConfigBuilder getBuilder()
Deprecated.
-
-