akka.camel.internal.component
Class DurationTypeConverter$

java.lang.Object
  extended by org.apache.camel.support.TypeConverterSupport
      extended by akka.camel.internal.component.DurationTypeConverter$

public class DurationTypeConverter$
extends org.apache.camel.support.TypeConverterSupport

INTERNAL API Converts Strings to Duration


Field Summary
static DurationTypeConverter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DurationTypeConverter$()
           
 
Method Summary
<T> T
convertTo(java.lang.Class<T> valueType, org.apache.camel.Exchange exchange, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final DurationTypeConverter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

DurationTypeConverter$

public DurationTypeConverter$()
Method Detail

convertTo

public <T> T convertTo(java.lang.Class<T> valueType,
                       org.apache.camel.Exchange exchange,
                       java.lang.Object value)