Uses of Interface
org.eclipse.sisu.bean.BeanBinder
-
Packages that use BeanBinder 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 BeanBinder in org.eclipse.sisu.bean
Fields in org.eclipse.sisu.bean declared as BeanBinder Modifier and Type Field Description private BeanBinder
BeanListener. beanBinder
Constructors in org.eclipse.sisu.bean with parameters of type BeanBinder Constructor Description BeanListener(BeanBinder beanBinder)
-
Uses of BeanBinder in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement BeanBinder Modifier and Type Class Description (package private) class
PlexusBeanBinder
BeanBinder
that binds bean properties according to Plexus metadata.
-