public class BeanPropertyParameterSourceFactory extends Object implements ParameterSourceFactory
| Constructor and Description |
|---|
BeanPropertyParameterSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ParameterSource |
createParameterSource(Object input)
Return a new
ParameterSource. |
void |
setStaticParameters(Map<String,Object> staticParameters)
If the input is a List or a Map, the output is a map parameter source, and in that case some static parameters
can be added (default is empty).
|
public void setStaticParameters(Map<String,Object> staticParameters)
staticParameters - the static parameters to setpublic ParameterSource createParameterSource(Object input)
ParameterSourceFactoryParameterSource.createParameterSource in interface ParameterSourceFactoryinput - The raw message or query result to be transformed into a ParameterSource.