Interface ParameterSource
- All Known Subinterfaces:
- PositionSupportingParameterSource
- All Known Implementing Classes:
- BeanPropertyParameterSource,- ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource
public interface ParameterSource
- Since:
- 2.2
- Author:
- Gunnar Hillert
- 
Method Summary
- 
Method Details- 
hasValueDetermine whether there is a value for the specified named parameter.- Parameters:
- paramName- the name of the parameter
- Returns:
- whether there is a value defined
 
- 
getValue
 
-