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) class
BoundProviderFactory<T>
Delegates to a custom factory which is also bound in the injector.(package private) class
ExposedKeyFactory<T>
This factory exists in a parent injector.(package private) class
FactoryProxy<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. creationListeners
Methods in com.google.inject.internal with parameters of type CreationListener Modifier and Type Method Description (package private) void
ProcessedBindingData. addCreationListener(CreationListener listener)
-