Package org.asnlab.asndt.runtime.conv
Class DateConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.DateConverter
The
DateConverter
can convert date value object to/from Date
value.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
isAnonymous
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DateConverter
public DateConverter()
-
-
Method Details
-
toValue
Return the Date value- Parameters:
object
- The Dates value object- Returns:
- The Date object
-
toObject
Return the date value object- Parameters:
value
- The Date object- Returns:
- The Dates value object
-