Interface FixedValueSource

All Known Implementing Classes:
AbstractDelegatingValueSource, EnvarBasedValueSource, FixedStringSearchInterpolator, MapBasedValueSource, ObjectBasedValueSource, PrefixedObjectValueSource, PrefixedPropertiesValueSource, PrefixedValueSourceWrapper, PropertiesBasedValueSource

public interface FixedValueSource
  • Method Details

    • getValue

      Object getValue(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)