Package io.atlasmap.converters
Class DateConverter
java.lang.Object
io.atlasmap.converters.DateConverter
- All Implemented Interfaces:
AtlasConverter<Date>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoBigDecimal
(Date date) toBigInteger
(Date date) toCalendar
(Date date) toCharBuffer
(Date value) toCharSequence
(Date value) toGregorianCalendar
(Date date, String sourceFormat, String targetFormat) toLocalDate
(Date date, String sourceFormat, String targetFormat) toLocalDateTime
(Date date, String sourceFormat, String targetFormat) toLocalTime
(Date date, String sourceFormat, String targetFormat) toSqlTimestamp
(Date date) toStringBuffer
(Date value) toStringBuilder
(Date value) toZonedDateTime
(Date date)
-
Constructor Details
-
DateConverter
public DateConverter()
-
-
Method Details
-
toBigDecimal
-
toBigInteger
-
toByte
- Throws:
AtlasConversionException
-
toCalendar
-
toDouble
-
toFloat
-
toInteger
- Throws:
AtlasConversionException
-
toGregorianCalendar
-
toLocalDate
-
toLocalDateTime
-
toLocalTime
-
toLong
-
toNumber
-
toShort
- Throws:
AtlasConversionException
-
toSqlDate
-
toSqlTime
-
toString
-
toCharBuffer
-
toCharSequence
-
toStringBuffer
-
toStringBuilder
-
toSqlTimestamp
-
toZonedDateTime
-