Uses of Interface
org.eclipse.sisu.bean.PropertyBinder
-
Packages that use PropertyBinder 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 PropertyBinder in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return PropertyBinder Modifier and Type Method Description <B> PropertyBinder
BeanBinder. bindBean(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter)
Returns the appropriatePropertyBinder
for the given bean type. -
Uses of PropertyBinder in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement PropertyBinder Modifier and Type Class Description (package private) class
PlexusPropertyBinder
BeanPropertyBinder
that auto-binds properties according to Plexus metadata.Methods in org.eclipse.sisu.plexus that return PropertyBinder Modifier and Type Method Description <B> PropertyBinder
PlexusBeanBinder. bindBean(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter)
-