public interface PropertyBinder
PropertyBindings for bean properties such as fields or setter methods.| Modifier and Type | Field and Description |
|---|---|
static PropertyBinding |
LAST_BINDING
Binders may return
LAST_BINDING to indicate they are done binding a bean. |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertyBinding |
bindProperty(BeanProperty<T> property)
Returns the appropriate
PropertyBinding for the given bean property. |
static final PropertyBinding LAST_BINDING
LAST_BINDING to indicate they are done binding a bean.<T> PropertyBinding bindProperty(BeanProperty<T> property)
PropertyBinding for the given bean property.property - The bean propertynull if no binding is applicableCopyright © 2016. All Rights Reserved.