Interface FixedValueSource
- All Known Implementing Classes:
AbstractDelegatingValueSource
,EnvarBasedValueSource
,FixedStringSearchInterpolator
,MapBasedValueSource
,ObjectBasedValueSource
,PrefixedObjectValueSource
,PrefixedPropertiesValueSource
,PrefixedValueSourceWrapper
,PropertiesBasedValueSource
public interface FixedValueSource
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(String expression, InterpolationState interpolationState)
-
Method Details
-
getValue
- Parameters:
expression
- The expression.interpolationState
-InterpolationState
.- Returns:
- the value related to the expression, or null if not found (not available from this source)
-