Class ValueRegistryImpl.ConfigRuntimeSource

java.lang.Object
io.quarkus.runtime.ValueRegistryImpl.ConfigRuntimeSource
All Implemented Interfaces:
io.quarkus.registry.RuntimeInfoProvider.RuntimeSource
Enclosing class:
ValueRegistryImpl

public static class ValueRegistryImpl.ConfigRuntimeSource extends Object implements io.quarkus.registry.RuntimeInfoProvider.RuntimeSource
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigRuntimeSource(org.eclipse.microprofile.config.Config config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(io.quarkus.registry.ValueRegistry.RuntimeKey<T> key)
     
    static io.quarkus.registry.RuntimeInfoProvider.RuntimeSource
     
    static io.quarkus.registry.RuntimeInfoProvider.RuntimeSource
    runtimeSource(org.eclipse.microprofile.config.Config config)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigRuntimeSource

      ConfigRuntimeSource(org.eclipse.microprofile.config.Config config)
  • Method Details

    • get

      public <T> T get(io.quarkus.registry.ValueRegistry.RuntimeKey<T> key)
      Specified by:
      get in interface io.quarkus.registry.RuntimeInfoProvider.RuntimeSource
    • runtimeSource

      public static io.quarkus.registry.RuntimeInfoProvider.RuntimeSource runtimeSource(org.eclipse.microprofile.config.Config config)
    • runtimeSource

      public static io.quarkus.registry.RuntimeInfoProvider.RuntimeSource runtimeSource()