Uses of Interface
org.eclipse.sisu.bean.PropertyBinder
Packages that use PropertyBinder
Package
Description
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
Sisu-Plexus backend implementation.
-
Uses of PropertyBinder in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return PropertyBinderModifier and TypeMethodDescription<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 PropertyBinderModifier and TypeClassDescription(package private) final class
BeanPropertyBinder
that auto-binds properties according to Plexus metadata.Methods in org.eclipse.sisu.plexus that return PropertyBinderModifier and TypeMethodDescription<B> PropertyBinder
PlexusBeanBinder.bindBean
(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter)