public class DatabindingApi
extends java.lang.Object
| Constructor and Description |
|---|
DatabindingApi() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<?,?> |
getProperties(java.lang.Object instance)
Returns a map of the objects properties that can be used to during binding to bind a subset of properties
|
org.springframework.validation.BindingResult |
setProperties(java.lang.Object instance,
java.lang.Object bindingSource)
Binds the source object to the properties of the target instance converting any types as necessary
|
public org.springframework.validation.BindingResult setProperties(java.lang.Object instance,
java.lang.Object bindingSource)
instance - The instancebindingSource - The binding sourcepublic java.util.Map<?,?> getProperties(java.lang.Object instance)
instance - The instanceDataBindingLazyMetaPropertyMap