Package com.palantir.ptoss.cinch.core
Class CallOnUpdate.Wiring
- java.lang.Object
 - 
- com.palantir.ptoss.cinch.core.CallOnUpdate.Wiring
 
 
- 
- All Implemented Interfaces:
 BindingWiring
- Enclosing class:
 - CallOnUpdate
 
public static class CallOnUpdate.Wiring extends java.lang.Object implements BindingWiring
Utility class that performs the wiring forCallOnUpdateannotations. 
- 
- 
Constructor Summary
Constructors Constructor Description Wiring() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Binding>wire(BindingContext context)Performs wiring that this instance performs given the passedBindingContext. 
 - 
 
- 
- 
Method Detail
- 
wire
public java.util.Collection<Binding> wire(BindingContext context)
Description copied from interface:BindingWiringPerforms wiring that this instance performs given the passedBindingContext.- Specified by:
 wirein interfaceBindingWiring- Parameters:
 context- theBindingContextcontain all the data about components in this context.- Returns:
 - a collection of 
Bindingobjects wired by thisBindingWiringinstance. 
 
 - 
 
 -