public class TimestampStringConverter extends Object implements StringConverter<Timestamp>
| Constructor and Description |
|---|
TimestampStringConverter() |
public Class<Timestamp> getConvertedClass()
getConvertedClass in interface StringConverter<Timestamp>public boolean requiresQuotes()
requiresQuotes in interface StringConverter<Timestamp>public Timestamp toObject(Object value)
toObject in interface StringConverter<Timestamp>public Timestamp toObject(String string)
toObject in interface StringConverter<Timestamp>public String toString(Object value)
toString in interface StringConverter<Timestamp>Copyright © 2015 Revolution Systems Inc.. All rights reserved.