Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<TypeListenerBinding> |
InjectorBindingData.typeListenerBindings |
private com.google.common.collect.ImmutableList<TypeListenerBinding> |
MembersInjectorStore.typeListenerBindings |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<TypeListenerBinding> |
InjectorBindingData.getTypeListenerBindings() |
com.google.common.collect.ImmutableList<TypeListenerBinding> |
InjectorBindingData.getTypeListenerBindingsThisLevel() |
Modifier and Type | Method and Description |
---|---|
void |
InjectorBindingData.addTypeListener(TypeListenerBinding listenerBinding) |
Errors |
Errors.errorNotifyingTypeListener(TypeListenerBinding listener,
TypeLiteral<?> type,
java.lang.Throwable cause) |
java.lang.Boolean |
ListenerBindingProcessor.visit(TypeListenerBinding binding) |
Constructor and Description |
---|
MembersInjectorStore(InjectorImpl injector,
java.util.List<TypeListenerBinding> typeListenerBindings) |
Modifier and Type | Method and Description |
---|---|
V |
DefaultElementVisitor.visit(TypeListenerBinding binding) |
V |
ElementVisitor.visit(TypeListenerBinding binding)
Visit an injectable type listener binding.
|