Class PersistedConfigSource

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

    public final class PersistedConfigSource
    extends io.smallrye.config.PropertiesConfigSource
    A ConfigSource based on the configuration properties persisted into the server image.
    See Also:
    Serialized Form
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.config.spi.ConfigSource
        Overrides:
        getName in class io.smallrye.config.common.AbstractConfigSource
      • getValue

        public String getValue​(String propertyName)
        Specified by:
        getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
        Overrides:
        getValue in class io.smallrye.config.common.MapBackedConfigSource