Module io.inverno.mod.configuration
Package io.inverno.mod.configuration.source
package io.inverno.mod.configuration.source
Inverno configuration source implementation classes.
-
ClassDescriptionA configuration source that considers multiple local sources to load the bootstrap configuration of an application.A configuration source that looks up properties from command line arguments.A composite configuration source that uses multiple configuration sources to resolve configuration properties.The configuration query used by the composite configuration source.The configuration query result returned by a composite configuration source.The executable configuration query used by the composite configuration source.The list configuration query used by the composite configuration source.A composite configuration strategy allows to specifies the behaviour of a
CompositeConfigurationStrategy
.A defaulting strategy that can keep track of query results in order to optimize defaulting queries for subsequent rounds.A configuration source that looks up properties in a configuration properties file following the.cprops
file format.A configuration source that looks up properties from a map.A configuration source backed by aProperties
object.A configuration source that looks up properties in a regular property file.A configurable configuration source that stores and looks up properties in a Redis data store.The configuration query used by the Redis configuration source.The configuration update used by the Redis configuration source.The executable configuration query used by the Redis configuration source.The executable configuration update used by the Redis configuration source.The list configuration query used by the Redis configuration source.A configuration source that looks up properties from the system environment variables.A configuration source that looks up properties from the system properties.A configurable configuration source that stores and looks up properties in a Redis data store.The configuration key used by the Redis configuration source.Provides information about a particular configuration branch.The configuration query used by the Redis configuration source.The configuration query result returned by the Redis configuration source.The configuration update used by the Redis configuration source.The configuration update result returned by the Redis configuration source.The executable configuration query used by the Redis configuration source.The executable configuration update used by the Redis configuration source.The list configuration query used by the Redis configuration source.