Class Overview
Adds BeanLocator-backed bindings for unresolved bean dependencies.
 
Summary
| Public Methods | 
|---|
	 
    
        | boolean | wire(Key<?> key) Attempts to satisfy the given dependency by applying a local binding. | 
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
|  From interface
  org.eclipse.sisu.wire.Wiring 
  
   
    
    
	 
    
        | abstract
            
            
            
            
            boolean | wire(Key<?> key) Attempts to satisfy the given dependency by applying a local binding. |  | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      LocatorWiring
      (Binder binder)
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        boolean
      
      wire
      (Key<?> key)
    
      
    
      
  Attempts to satisfy the given dependency by applying a local binding.
      Returns
      - trueif the wiring succeeded; otherwise- false