| org.eclipse.sisu.bean.PropertyBinder | 
Provides custom PropertyBindings for bean properties such as fields or setter methods.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final PropertyBinding | LAST_BINDING | Binders may return LAST_BINDINGto indicate they are done binding a bean. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract <T> PropertyBinding | bindProperty(BeanProperty<T> property) Returns the appropriate  PropertyBindingfor the given bean property. | ||||||||||
Binders may return LAST_BINDING to indicate they are done binding a bean.
Returns the appropriate PropertyBinding for the given bean property.
| property | The bean property | 
|---|
null if no binding is applicable