public interface BeanBinder
PropertyBinder
s for beans that contain one or more properties.Modifier and Type | Method and Description |
---|---|
<B> PropertyBinder |
bindBean(com.google.inject.TypeLiteral<B> type,
com.google.inject.spi.TypeEncounter<B> encounter)
Returns the appropriate
PropertyBinder for the given bean type. |
<B> PropertyBinder bindBean(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter)
PropertyBinder
for the given bean type.type
- The bean typeencounter
- The Guice type encounternull
if no binder is applicableCopyright © 2018. All rights reserved.