java.lang.Object
io.helidon.config.AbstractSource
io.helidon.config.AbstractConfigSource
io.helidon.integrations.oci.secrets.configsource.AbstractSecretBundleConfigSource<B>
Type Parameters:
B - the type of AbstractConfigSourceBuilder subclass used to build instances of this class
All Implemented Interfaces:
ConfigSource, Source, Supplier<ConfigSource>
Direct Known Subclasses:
SecretBundleLazyConfigSource, SecretBundleNodeConfigSource

public abstract sealed class AbstractSecretBundleConfigSource<B extends AbstractConfigSourceBuilder<B,Void>> extends AbstractConfigSource permits SecretBundleLazyConfigSource, SecretBundleNodeConfigSource
An AbstractConfigSource that encapsulates functionality common to both SecretBundleLazyConfigSource and SecretBundleNodeConfigSource.
See Also:
  • Constructor Details