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