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 https://github.com/google/guice/wiki/CustomInjections. -
-
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.
-