Interface PositionSupportingParameterSource

All Superinterfaces:
ParameterSource
All Known Implementing Classes:
ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource

public interface PositionSupportingParameterSource extends ParameterSource
Since:
2.2
Author:
Gunnar Hillert, Artem Bilan
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
    getValueByPosition(int position)
     

    Methods inherited from interface org.springframework.integration.jpa.support.parametersource.ParameterSource

    getValue, hasValue
  • Method Details

    • getValueByPosition

      @Nullable Object getValueByPosition(int position)