Uses of Class
liquibase.configuration.ProvidedValue
Packages that use ProvidedValue
Package
Description
-
Uses of ProvidedValue in liquibase.configuration
Methods in liquibase.configuration that return ProvidedValueModifier 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.Methods in liquibase.configuration that return types with arguments of type ProvidedValueMethods in liquibase.configuration with parameters of type ProvidedValueModifier and TypeMethodDescriptionvoid
ConfiguredValue.override
(ProvidedValue details) Replaces the current configured value with a higher-precedence one. -
Uses of ProvidedValue in liquibase.configuration.core
Methods in liquibase.configuration.core that return ProvidedValue -
Uses of ProvidedValue in liquibase.integration.servlet
Methods in liquibase.integration.servlet that return ProvidedValueModifier 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