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>InheritingState.typeListenerBindingsprivate final com.google.common.collect.ImmutableList<TypeListenerBinding>MembersInjectorStore.typeListenerBindingsMethods in com.google.inject.internal that return types with arguments of type TypeListenerBindingModifier and TypeMethodDescriptionInheritingState.getTypeListenerBindings()State.getTypeListenerBindings()InheritingState.getTypeListenerBindingsThisLevel()State.getTypeListenerBindingsThisLevel()Methods in com.google.inject.internal with parameters of type TypeListenerBindingModifier and TypeMethodDescriptionvoidInheritingState.addTypeListener(TypeListenerBinding listenerBinding) voidState.addTypeListener(TypeListenerBinding typeListenerBinding) 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.