|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.keepondreaming.xml.DateHandler
public class DateHandler
Transforms Date strings to long values $Author: wintermond $ $Date: 2005/07/10 18:39:24 $ $Log: DateHandler.java,v $ Revision 1.1 2005/07/10 18:39:24 wintermond initial
Constructor Summary | |
---|---|
DateHandler(AnnotationStrategy parserStrategy)
Default constructor |
Method Summary | |
---|---|
java.util.Date |
getDateString(java.lang.reflect.Method method,
java.lang.String value)
Creates a Date , java.sql.Date or java.sql.Timestamp object
based upon the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateHandler(AnnotationStrategy parserStrategy)
parserStrategy
- Method Detail |
---|
public java.util.Date getDateString(java.lang.reflect.Method method, java.lang.String value) throws java.text.ParseException
Date
, java.sql.Date
or java.sql.Timestamp
object
based upon the value
method
- value
-
Date
, java.sql.Date
or java.sql.Timestamp
object
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |