Uses of Interface
org.eclipse.sisu.bean.BeanProperty
-
Packages that use BeanProperty Package Description org.eclipse.sisu.bean Customizable injection of bean properties, based on https://github.com/google/guice/wiki/CustomInjections. -
-
Uses of BeanProperty in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return types with arguments of type BeanProperty Modifier and Type Method Description Iterator<BeanProperty<Object>>BeanProperties. iterator()Methods in org.eclipse.sisu.bean with parameters of type BeanProperty Modifier and Type Method Description <T> PropertyBindingPropertyBinder. bindProperty(BeanProperty<T> property)Returns the appropriatePropertyBindingfor the given bean property.PropertyBindingBeanManager. manage(BeanProperty<?> property)Asks this manager to manage the given bean property.PropertyBindingLifecycleManager. manage(BeanProperty<?> property)
-