Uses of Class
liquibase.configuration.ProvidedValue
-
Packages that use ProvidedValue Package Description liquibase.configuration liquibase.configuration.core liquibase.integration.servlet -
-
Uses of ProvidedValue in liquibase.configuration
Methods in liquibase.configuration that return ProvidedValue Modifier and Type Method Description ProvidedValueAbstractMapConfigurationValueProvider. 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.ProvidedValueConfigurationValueProvider. getProvidedValue(String... keyAndAliases)Lookup the given key(s) in this source.ProvidedValueConfiguredValue. getProvidedValue()Returns the "winning" value across all the possibleConfigurationValueProvider.protected ProvidedValueAbstractMapConfigurationValueProvider. 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 ProvidedValue Modifier and Type Method Description List<ProvidedValue>ConfiguredValue. getProvidedValues()Methods in liquibase.configuration with parameters of type ProvidedValue Modifier and Type Method Description voidConfiguredValue. 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 Modifier and Type Method Description ProvidedValueScopeValueProvider. getProvidedValue(String... keyAndAliases) -
Uses of ProvidedValue in liquibase.integration.servlet
Methods in liquibase.integration.servlet that return ProvidedValue Modifier and Type Method Description ProvidedValueServletConfigurationValueProvider. 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
-