Uses of Interface
org.eclipse.sisu.bean.PropertyBinding
-
Packages that use PropertyBinding Package Description org.eclipse.sisu.bean Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections. -
-
Uses of PropertyBinding in org.eclipse.sisu.bean
Fields in org.eclipse.sisu.bean declared as PropertyBinding Modifier and Type Field Description static PropertyBinding
PropertyBinder. LAST_BINDING
Binders may returnLAST_BINDING
to indicate they are done binding a bean.Methods in org.eclipse.sisu.bean that return PropertyBinding Modifier and Type Method Description <T> PropertyBinding
PropertyBinder. bindProperty(BeanProperty<T> property)
Returns the appropriatePropertyBinding
for the given bean property.PropertyBinding
BeanManager. manage(BeanProperty<?> property)
Asks this manager to manage the given bean property.PropertyBinding
LifecycleManager. manage(BeanProperty<?> property)
-