public interface BindEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
doBind(java.lang.Object target,
org.springframework.beans.MutablePropertyValues source,
org.springframework.beans.TypeConverter typeConverter) |
void doBind(java.lang.Object target,
org.springframework.beans.MutablePropertyValues source,
org.springframework.beans.TypeConverter typeConverter)
target - The target to bind tosource - The source of the binding, typically a MaptypeConverter - The type converter to be used