io.leopard.autounit.tson
Class TsonDataType

java.lang.Object
  extended by io.leopard.autounit.tson.TsonDataType

public class TsonDataType
extends java.lang.Object


Constructor Summary
TsonDataType()
           
 
Method Summary
protected static java.util.Date parseDate(java.lang.String str)
           
static java.lang.Object toObject(java.lang.String value, java.lang.Class<?> type)
           
protected static long toTime(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TsonDataType

public TsonDataType()
Method Detail

toObject

public static java.lang.Object toObject(java.lang.String value,
                                        java.lang.Class<?> type)

toTime

protected static long toTime(java.lang.String str)

parseDate

protected static java.util.Date parseDate(java.lang.String str)


Copyright © 2014-2015. All Rights Reserved.