public class ControllersDomainBindingApi
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTOWIRE_DOMAIN_METHOD |
| Constructor and Description |
|---|
ControllersDomainBindingApi() |
| 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
|
static void |
initialize(java.lang.Object instance)
Autowires the instance
|
static void |
initialize(java.lang.Object instance,
java.util.Map namedArgs)
A map based constructor that binds the named arguments to the target instance
|
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 static final java.lang.String AUTOWIRE_DOMAIN_METHOD
public static void initialize(java.lang.Object instance)
instance - The target instancepublic static void initialize(java.lang.Object instance,
java.util.Map namedArgs)
instance - The target instancenamedArgs - The named argumentspublic 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