Interface ParameterSourceFactory
- All Known Implementing Classes:
- BeanPropertyParameterSourceFactory,- ExpressionEvaluatingParameterSourceFactory
public interface ParameterSourceFactory
- Since:
- 2.2
- Author:
- Gunnar Hillert
- 
Method SummaryModifier and TypeMethodDescriptioncreateParameterSource(Object input) Return a newParameterSource.
- 
Method Details- 
createParameterSourceReturn a newParameterSource.- Parameters:
- input- The raw message or query result to be transformed into a- ParameterSource.
- Returns:
- The parameter source.
 
 
-