Uses of Interface
org.eclipse.sisu.bean.PropertyBinder
Packages that use PropertyBinder
Package
Description
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 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.