Class ThreadLocalConfigSource

  • All Implemented Interfaces:
    org.eclipse.microprofile.config.spi.ConfigSource

    @Vetoed
    public class ThreadLocalConfigSource
    extends Object
    implements org.eclipse.microprofile.config.spi.ConfigSource
    • Constructor Detail

      • ThreadLocalConfigSource

        public ThreadLocalConfigSource()
    • Method Detail

      • getProperties

        public Map<String,​String> getProperties()
        Specified by:
        getProperties in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getValue

        public String getValue​(String s)
        Specified by:
        getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.config.spi.ConfigSource