Class BeanPropertyParameterSourceFactory

java.lang.Object
org.springframework.integration.jpa.support.parametersource.BeanPropertyParameterSourceFactory
All Implemented Interfaces:
ParameterSourceFactory

public class BeanPropertyParameterSourceFactory
extends java.lang.Object
implements ParameterSourceFactory
Since:
2.2
  • Constructor Summary

    Constructors 
    Constructor Description
    BeanPropertyParameterSourceFactory()  
  • Method Summary

    Modifier and Type Method Description
    ParameterSource createParameterSource​(java.lang.Object input)
    Return a new ParameterSource.
    void setStaticParameters​(java.util.Map<java.lang.String,​java.lang.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).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait