public interface PropertyBinder
PropertyBinding
s 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 © 2010-2012 Sonatype, Inc.. All Rights Reserved.