Package com.cedarsoftware.util.io
Class Readers.SqlDateReader
java.lang.Object
com.cedarsoftware.util.io.Readers.DateReader
com.cedarsoftware.util.io.Readers.SqlDateReader
- All Implemented Interfaces:
JsonReader.JsonClassReader,JsonReader.JsonClassReaderBase
- Enclosing class:
- Readers
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cedarsoftware.util.io.Readers.DateReader
parseDateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cedarsoftware.util.io.JsonReader.JsonClassReader
read, read
-
Constructor Details
-
SqlDateReader
public SqlDateReader()
-
-
Method Details
-
read
- Specified by:
readin interfaceJsonReader.JsonClassReader- Specified by:
readin interfaceJsonReader.JsonClassReaderBase- Overrides:
readin classReaders.DateReader- Parameters:
o- Object being read. Could be a fundamental JSON type (String, long, boolean, double, null, or JsonObject)stack- Deque of objects that have been read (Map of Maps view).args- Map of argument settings that were passed to JsonReader when instantiated.- Returns:
- Java Object you wish to convert the the passed in jOb into.
-