JavaScript is disabled on your browser.
Quarkus - Core - Runtime 1.13.0.Final
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.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 and Description
FastCachedConfigSource (org.eclipse.microprofile.config.spi.ConfigSource delegate)
Construct a new instance.
Method Summary
Methods inherited from class io.smallrye.config.common.MapBackedConfigSource
getProperties, getPropertyNames, getValue
Methods inherited from class io.smallrye.config.common.AbstractConfigSource
getOrdinal, toString
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
Quarkus - Core - Runtime 1.13.0.Final
Copyright © 2021 JBoss by Red Hat . All rights reserved.