Uses of Class
io.jstach.kiwi.kvs.KeyValuesLoader.Builder
Packages that use KeyValuesLoader.Builder
Package
Description
Kiwi Key Value loading system that allows loading of key values from URI-based
resources.
-
Uses of KeyValuesLoader.Builder in io.jstach.kiwi.kvs
Methods in io.jstach.kiwi.kvs that return KeyValuesLoader.BuilderModifier and TypeMethodDescriptionKeyValuesLoader.Builder.add
(KeyValuesResource resource) Adds aKeyValuesResource
as a source to the loader.AddsVariables
for interpolation when loading key-values.Adds a URI specified as a string as a source to the loader.Adds a namedKeyValues
source to the loader.KeyValuesLoader.Builder.add
(String uri, Consumer<KeyValuesResource.Builder> builder) Add resource using callback on builder.Adds aURI
as a source by wrapping it in aKeyValuesResource
.default KeyValuesLoader.Builder
KeyValuesSystem.loader()
Creates and returns aKeyValuesLoader.Builder
for constructing loaders that can load key-value pairs from various resources.KeyValuesLoader.Builder.variables
(Function<KeyValuesEnvironment, Variables> variablesFactory) Adds variables that will be resolved based on the environment.