Class ConfigSourceContext.ConfigSourceContextConfigSource

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

    public static class ConfigSourceContext.ConfigSourceContextConfigSource
    extends Object
    implements org.eclipse.microprofile.config.spi.ConfigSource
    • Constructor Detail

      • ConfigSourceContextConfigSource

        public ConfigSourceContextConfigSource​(ConfigSourceContext context)
    • Method Detail

      • getPropertyNames

        public Set<String> getPropertyNames()
        Specified by:
        getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getValue

        public String getValue​(String propertyName)
        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