Class FastCachedConfigSource

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

    public final class FastCachedConfigSource
    extends io.smallrye.config.PropertiesConfigSource
    A configuration source that copies all the keys from another configuration source and then drops any reference to it. Useful for handling configuration sources which have inefficient iteration capabilities.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

        CONFIG_ORDINAL, DEFAULT_ORDINAL
    • Constructor Summary

      Constructors 
      Constructor Description
      FastCachedConfigSource​(org.eclipse.microprofile.config.spi.ConfigSource delegate)
      Construct a new instance.
    • Constructor Detail

      • FastCachedConfigSource

        public FastCachedConfigSource​(org.eclipse.microprofile.config.spi.ConfigSource delegate)
        Construct a new instance.
        Parameters:
        delegate - the delegate configuration source (must not be null)
    • 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