Interface PositionSupportingParameterSource
- All Superinterfaces:
ParameterSource
- All Known Implementing Classes:
ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource
public interface PositionSupportingParameterSource extends ParameterSource
- Since:
- 2.2
-
Method Summary
Modifier and Type Method Description java.lang.ObjectgetValueByPosition(int position)Methods inherited from interface org.springframework.integration.jpa.support.parametersource.ParameterSource
getValue, hasValue
-
Method Details
-
getValueByPosition
java.lang.Object getValueByPosition(int position)
-