@Trait @CompileStatic trait WebDataBinding extends Object
| Type | Name and description |
|---|---|
Object |
properties |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Map<?, ?> |
getProperties()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(Object bindingSource)Binds the source object to the properties of the target instance converting any types as necessary |