Package io.quarkus.runtime.configuration
Class FastCachedConfigSource
- java.lang.Object
-
- io.smallrye.config.common.AbstractConfigSource
-
- io.smallrye.config.common.MapBackedConfigSource
-
- io.smallrye.config.PropertiesConfigSource
-
- io.quarkus.runtime.configuration.FastCachedConfigSource
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.ConfigSource
public final class FastCachedConfigSource extends io.smallrye.config.PropertiesConfigSourceA 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
-
-
Constructor Summary
Constructors Constructor Description FastCachedConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource- Overrides:
getNamein classio.smallrye.config.common.AbstractConfigSource
-
-