Class ResteasyConfigBuilder

java.lang.Object
io.quarkus.resteasy.common.runtime.config.ResteasyConfigBuilder
All Implemented Interfaces:
ConfigBuilder

public class ResteasyConfigBuilder extends Object implements 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.
  • Constructor Details

    • ResteasyConfigBuilder

      public ResteasyConfigBuilder()
  • Method Details

    • configBuilder

      public io.smallrye.config.SmallRyeConfigBuilder configBuilder(io.smallrye.config.SmallRyeConfigBuilder builder)
      Specified by:
      configBuilder in interface ConfigBuilder