Package com.google.inject.internal
Class LookupProcessor
java.lang.Object
com.google.inject.spi.DefaultElementVisitor<Boolean>
com.google.inject.internal.AbstractProcessor
com.google.inject.internal.LookupProcessor
- All Implemented Interfaces:
ElementVisitor<Boolean>
Handles
Binder.getProvider
and Binder.getMembersInjector(TypeLiteral)
commands.-
Field Summary
Fields inherited from class com.google.inject.internal.AbstractProcessor
errors, injector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Boolean
visit
(MembersInjectorLookup<T> lookup) Visit a lookup of the members injector.<T> Boolean
visit
(ProviderLookup<T> lookup) Visit a lookup of the provider for a type.Methods inherited from class com.google.inject.internal.AbstractProcessor
process, process, visitOther
-
Constructor Details
-
LookupProcessor
LookupProcessor(Errors errors)
-
-
Method Details
-
visit
Description copied from interface:ElementVisitor
Visit a lookup of the members injector.- Specified by:
visit
in interfaceElementVisitor<Boolean>
- Overrides:
visit
in classDefaultElementVisitor<Boolean>
-
visit
Description copied from interface:ElementVisitor
Visit a lookup of the provider for a type.- Specified by:
visit
in interfaceElementVisitor<Boolean>
- Overrides:
visit
in classDefaultElementVisitor<Boolean>
-