public interface

PropertyBinder

org.eclipse.sisu.bean.PropertyBinder

Class Overview

Provides custom PropertyBindings for bean properties such as fields or setter methods.

Summary

Fields
public static final PropertyBinding LAST_BINDING Binders may return LAST_BINDING to indicate they are done binding a bean.
Public Methods
abstract <T> PropertyBinding bindProperty(BeanProperty<T> property)
Returns the appropriate PropertyBinding for the given bean property.

Fields

public static final PropertyBinding LAST_BINDING

Binders may return LAST_BINDING to indicate they are done binding a bean.

Public Methods

public abstract PropertyBinding bindProperty (BeanProperty<T> property)

Returns the appropriate PropertyBinding for the given bean property.

Parameters
property The bean property
Returns
  • Binding for the given property; null if no binding is applicable