org.oddjob.state
Class StateOperators.Conversions

java.lang.Object
  extended by org.oddjob.state.StateOperators.Conversions
All Implemented Interfaces:
ConversionProvider
Enclosing class:
StateOperators

public static class StateOperators.Conversions
extends Object
implements ConversionProvider

The Conversion from String. Required so the default converter can then make the association to a StateOperator.


Constructor Summary
StateOperators.Conversions()
           
 
Method Summary
 void registerWith(ConversionRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateOperators.Conversions

public StateOperators.Conversions()
Method Detail

registerWith

public void registerWith(ConversionRegistry registry)
Specified by:
registerWith in interface ConversionProvider