Uses of Interface
com.google.inject.MembersInjector

Packages that use MembersInjector
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of MembersInjector in com.google.inject
 

Methods in com.google.inject that return MembersInjector
<T> MembersInjector<T>
Injector.getMembersInjector(Class<T> type)
          Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
protected
<T> MembersInjector<T>
PrivateModule.getMembersInjector(Class<T> type)
           
protected
<T> MembersInjector<T>
AbstractModule.getMembersInjector(Class<T> type)
           
<T> MembersInjector<T>
Binder.getMembersInjector(Class<T> type)
          Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
<T> MembersInjector<T>
Injector.getMembersInjector(TypeLiteral<T> typeLiteral)
          Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
protected
<T> MembersInjector<T>
PrivateModule.getMembersInjector(TypeLiteral<T> type)
           
protected
<T> MembersInjector<T>
AbstractModule.getMembersInjector(TypeLiteral<T> type)
           
<T> MembersInjector<T>
Binder.getMembersInjector(TypeLiteral<T> typeLiteral)
          Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
 

Uses of MembersInjector in com.google.inject.internal
 

Methods in com.google.inject.internal with parameters of type MembersInjector
 Errors Errors.errorInUserInjector(MembersInjector<?> listener, TypeLiteral<?> type, RuntimeException cause)
           
 

Uses of MembersInjector in com.google.inject.spi
 

Methods in com.google.inject.spi that return MembersInjector
 MembersInjector<T> MembersInjectorLookup.getDelegate()
          Returns the delegate members injector, or null if it has not yet been initialized.
 MembersInjector<T> MembersInjectorLookup.getMembersInjector()
          Returns the looked up members injector.
<T> MembersInjector<T>
TypeEncounter.getMembersInjector(Class<T> type)
          Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
<T> MembersInjector<T>
TypeEncounter.getMembersInjector(TypeLiteral<T> typeLiteral)
          Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
 

Methods in com.google.inject.spi with parameters of type MembersInjector
 void MembersInjectorLookup.initializeDelegate(MembersInjector<T> delegate)
          Sets the actual members injector.
 void TypeEncounter.register(MembersInjector<? super I> membersInjector)
          Registers a members injector for type I.
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.