Uses of Class
com.google.inject.spi.TypeListenerBinding
Packages that use TypeListenerBinding
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of TypeListenerBinding in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type TypeListenerBindingModifier and TypeFieldDescriptionprivate final List<TypeListenerBinding>
InjectorBindingData.typeListenerBindings
private final com.google.common.collect.ImmutableList<TypeListenerBinding>
MembersInjectorStore.typeListenerBindings
Methods in com.google.inject.internal that return types with arguments of type TypeListenerBindingModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<TypeListenerBinding>
InjectorBindingData.getTypeListenerBindings()
com.google.common.collect.ImmutableList<TypeListenerBinding>
InjectorBindingData.getTypeListenerBindingsThisLevel()
Methods in com.google.inject.internal with parameters of type TypeListenerBindingModifier and TypeMethodDescriptionvoid
InjectorBindingData.addTypeListener
(TypeListenerBinding listenerBinding) Errors.errorNotifyingTypeListener
(TypeListenerBinding listener, TypeLiteral<?> type, Throwable cause) ListenerBindingProcessor.visit
(TypeListenerBinding binding) Constructor parameters in com.google.inject.internal with type arguments of type TypeListenerBindingModifierConstructorDescription(package private)
MembersInjectorStore
(InjectorImpl injector, List<TypeListenerBinding> typeListenerBindings) -
Uses of TypeListenerBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type TypeListenerBindingModifier and TypeMethodDescriptionDefaultElementVisitor.visit
(TypeListenerBinding binding) ElementVisitor.visit
(TypeListenerBinding binding) Visit an injectable type listener binding.