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.org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of PropertyBinding in org.eclipse.sisu.bean
Fields in org.eclipse.sisu.bean declared as PropertyBinding Modifier and Type Field Description private PropertyBinding[]BeanInjector. bindingsstatic PropertyBindingPropertyBinder. LAST_BINDINGBinders may returnLAST_BINDINGto indicate they are done binding a bean.Methods in org.eclipse.sisu.bean that return PropertyBinding 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)Constructor parameters in org.eclipse.sisu.bean with type arguments of type PropertyBinding Constructor Description BeanInjector(java.util.List<PropertyBinding> bindings) -
Uses of PropertyBinding in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement PropertyBinding Modifier and Type Class Description (package private) classOptionalPropertyBinding<T>Represents aBeanPropertybound to an optionalProvider.(package private) classProvidedPropertyBinding<T>Represents aBeanPropertybound to aProvider.Methods in org.eclipse.sisu.plexus that return PropertyBinding Modifier and Type Method Description <T> PropertyBindingPlexusPropertyBinder. bindProperty(BeanProperty<T> property)PropertyBindingPlexusLifecycleManager. manage(BeanProperty property)
-