Uses of Interface
com.google.inject.internal.CreationListener
-
Packages that use CreationListener Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of CreationListener in com.google.inject.internal
Classes in com.google.inject.internal that implement CreationListener Modifier and Type Class Description (package private) classBoundProviderFactory<T>Delegates to a custom factory which is also bound in the injector.(package private) classExposedKeyFactory<T>This factory exists in a parent injector.(package private) classFactoryProxy<T>A placeholder which enables us to swap in the real factory once the injector is created.Fields in com.google.inject.internal with type parameters of type CreationListener Modifier and Type Field Description private java.util.List<CreationListener>ProcessedBindingData. creationListenersMethods in com.google.inject.internal with parameters of type CreationListener Modifier and Type Method Description (package private) voidProcessedBindingData. addCreationListener(CreationListener listener)
-