Uses of Class
com.google.inject.internal.ConstructorInjector
-
Packages that use ConstructorInjector Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ConstructorInjector in com.google.inject.internal
Fields in com.google.inject.internal declared as ConstructorInjector Modifier and Type Field Description private ConstructorInjector<T>ConstructorBindingImpl.Factory. constructorInjectorFields in com.google.inject.internal with type parameters of type ConstructorInjector Modifier and Type Field Description private FailableCache<InjectionPoint,ConstructorInjector<?>>ConstructorInjectorStore. cacheMethods in com.google.inject.internal that return ConstructorInjector Modifier and Type Method Description private <T> ConstructorInjector<T>ConstructorInjectorStore. createConstructor(InjectionPoint injectionPoint, Errors errors)ConstructorInjector<?>ConstructorInjectorStore. get(InjectionPoint constructorInjector, Errors errors)Returns a new complete constructor injector with injection listeners registered.
-