Uses of Class
liquibase.configuration.ProvidedValue
Package
Description
-
Uses of ProvidedValue in liquibase.configuration
Modifier and TypeMethodDescriptionAbstractMapConfigurationValueProvider.getProvidedValue
(String... keyAndAliases) Default implementation stores a cache of found known values, falling back toAbstractMapConfigurationValueProvider.lookupProvidedValue(String...)
when it is asked about a new key.ConfigurationValueProvider.getProvidedValue
(String... keyAndAliases) Lookup the given key(s) in this source.ConfiguredValue.getProvidedValue()
Returns the "winning" value across all the possibleConfigurationValueProvider
.protected ProvidedValue
AbstractMapConfigurationValueProvider.lookupProvidedValue
(String... keyAndAliases) Finds the given key in the result ofAbstractMapConfigurationValueProvider.getMap()
usingAbstractMapConfigurationValueProvider.keyMatches(String, String)
to determine key equality.Modifier and TypeMethodDescriptionvoid
ConfiguredValue.override
(ProvidedValue details) Replaces the current configured value with a higher-precedence one. -
Uses of ProvidedValue in liquibase.configuration.core
-
Uses of ProvidedValue in liquibase.integration.servlet
Modifier and TypeMethodDescriptionServletConfigurationValueProvider.getProvidedValue
(String... keyAndAliases) Try to read the value that is stored by the given key from JNDI the servlet context's init parameters system properties