final class BeanInjector<B>
extends java.lang.Object
implements com.google.inject.MembersInjector<B>
MembersInjector
that takes PropertyBinding
s and applies them to bean instances.Modifier and Type | Field and Description |
---|---|
private PropertyBinding[] |
bindings |
Constructor and Description |
---|
BeanInjector(java.util.List<PropertyBinding> bindings) |
Modifier and Type | Method and Description |
---|---|
void |
injectMembers(B bean) |
private final PropertyBinding[] bindings
BeanInjector(java.util.List<PropertyBinding> bindings)