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.
|
Modifier and Type | Method and Description |
---|---|
<B> PropertyBinder |
BeanBinder.bindBean(com.google.inject.TypeLiteral<B> type,
com.google.inject.spi.TypeEncounter<B> encounter)
Returns the appropriate
PropertyBinder for the given bean type. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PlexusPropertyBinder
BeanPropertyBinder that auto-binds properties according to Plexus metadata. |
Modifier and Type | Method and Description |
---|---|
<B> PropertyBinder |
PlexusBeanBinder.bindBean(com.google.inject.TypeLiteral<B> type,
com.google.inject.spi.TypeEncounter<B> encounter) |