| java.lang.Object | |
| ↳ | com.google.inject.spi.DefaultElementVisitor<V> | 
No-op visitor for subclassing. All interface methods simply delegate to
 visitOther(Element), returning its result.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Visit a mapping from a key (type and optional annotation) to the strategy for getting
 instances of the type. 
  
   | |||||||||||
Visit a disable circular proxies command. 
  
   | |||||||||||
Visit a request to inject the instance fields and methods of an instance. 
  
   | |||||||||||
Visit a registration of interceptors for matching methods of matching classes. 
  
   | |||||||||||
Visit a lookup of the members injector. 
  
   | |||||||||||
Visit an error message and the context in which it occured. 
  
   | |||||||||||
Visit a collection of configuration elements for a  
  
  private binder. | |||||||||||
Visit a lookup of the provider for a type. 
  
   | |||||||||||
Visit a require explicit bindings command. 
  
   | |||||||||||
Visit a registration of a scope annotation with the scope that implements it. 
  
   | |||||||||||
Visit a request to inject the static fields and methods of type. 
  
   | |||||||||||
Visit a registration of type converters for matching target types. 
  
   | |||||||||||
Visit an injectable type listener binding. 
  
   | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default visit implementation. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  com.google.inject.spi.ElementVisitor
 | |||||||||||
Visit a mapping from a key (type and optional annotation) to the strategy for getting instances of the type.
Visit a disable circular proxies command.
Visit a request to inject the instance fields and methods of an instance.
Visit a registration of interceptors for matching methods of matching classes.
Visit a lookup of the members injector.
Visit an error message and the context in which it occured.
Visit a collection of configuration elements for a private binder.
Visit a lookup of the provider for a type.
Visit a require explicit bindings command.
Visit a registration of a scope annotation with the scope that implements it.
Visit a request to inject the static fields and methods of type.
Visit a registration of type converters for matching target types.
Visit an injectable type listener binding.
Default visit implementation. Returns null.