Class ResteasyConfigBuilder
java.lang.Object
io.quarkus.resteasy.common.runtime.config.ResteasyConfigBuilder
- All Implemented Interfaces:
ConfigBuilder
Config Sources required to start RESTEasy.
Because STATIC INIT, does not auto discover sources, these have to be registered manually.
For RUNTIME Config, these sources are auto-discovered via the ServiceLoader mechanism, so no registration is required. Ideally, to keep consistency, we should also manually register these sources for RUNTIME Config, but we don't have control in the ServiceLoader files provided by RESTEasy.
Because STATIC INIT, does not auto discover sources, these have to be registered manually.
For RUNTIME Config, these sources are auto-discovered via the ServiceLoader mechanism, so no registration is required. Ideally, to keep consistency, we should also manually register these sources for RUNTIME Config, but we don't have control in the ServiceLoader files provided by RESTEasy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.config.SmallRyeConfigBuilderconfigBuilder(io.smallrye.config.SmallRyeConfigBuilder builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.runtime.configuration.ConfigBuilder
priority
-
Constructor Details
-
ResteasyConfigBuilder
public ResteasyConfigBuilder()
-
-
Method Details
-
configBuilder
public io.smallrye.config.SmallRyeConfigBuilder configBuilder(io.smallrye.config.SmallRyeConfigBuilder builder) - Specified by:
configBuilderin interfaceConfigBuilder
-