Class 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 Detail

      • ResteasyConfigBuilder

        public ResteasyConfigBuilder()
    • Method Detail

      • configBuilder

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