Uses of Class
com.google.inject.spi.TypeListenerBinding
-
Packages that use TypeListenerBinding Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of TypeListenerBinding in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type TypeListenerBinding Modifier and Type Field Description private java.util.List<TypeListenerBinding>InheritingState. typeListenerBindingsprivate com.google.common.collect.ImmutableList<TypeListenerBinding>MembersInjectorStore. typeListenerBindingsMethods in com.google.inject.internal that return types with arguments of type TypeListenerBinding Modifier and Type Method Description java.util.List<TypeListenerBinding>InheritingState. getTypeListenerBindings()java.util.List<TypeListenerBinding>State. getTypeListenerBindings()Methods in com.google.inject.internal with parameters of type TypeListenerBinding Modifier and Type Method Description voidInheritingState. addTypeListener(TypeListenerBinding listenerBinding)voidState. addTypeListener(TypeListenerBinding typeListenerBinding)ErrorsErrors. errorNotifyingTypeListener(TypeListenerBinding listener, TypeLiteral<?> type, java.lang.Throwable cause)java.lang.BooleanListenerBindingProcessor. visit(TypeListenerBinding binding)Constructor parameters in com.google.inject.internal with type arguments of type TypeListenerBinding Constructor Description MembersInjectorStore(InjectorImpl injector, java.util.List<TypeListenerBinding> typeListenerBindings) -
Uses of TypeListenerBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type TypeListenerBinding Modifier and Type Method Description VDefaultElementVisitor. visit(TypeListenerBinding binding)VElementVisitor. visit(TypeListenerBinding binding)Visit an injectable type listener binding.
-