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.
Sisu-Plexus backend implementation.
-
Uses of PropertyBinder in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return PropertyBinderModifier and TypeMethodDescription<B> PropertyBinderBeanBinder.bindBean(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter) Returns the appropriatePropertyBinderfor 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 classthat auto-binds properties according to Plexus metadata.invalid reference
BeanPropertyBinderMethods in org.eclipse.sisu.plexus that return PropertyBinderModifier and TypeMethodDescription<B> PropertyBinderPlexusBeanBinder.bindBean(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter)