Package io.atlasmap.converters
Class DateConverter
- java.lang.Object
-
- io.atlasmap.converters.DateConverter
-
-
Constructor Summary
Constructors Constructor Description DateConverter()
-
Method Summary
-
-
-
Method Detail
-
toBigDecimal
public BigDecimal toBigDecimal(Date date)
-
toBigInteger
public BigInteger toBigInteger(Date date)
-
toByte
public Byte toByte(Date value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toInteger
public Integer toInteger(Date value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toGregorianCalendar
public GregorianCalendar toGregorianCalendar(Date date, String sourceFormat, String targetFormat)
-
toLocalDateTime
public LocalDateTime toLocalDateTime(Date date, String sourceFormat, String targetFormat)
-
toShort
public Short toShort(Date value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharBuffer
public CharBuffer toCharBuffer(Date value)
-
toCharSequence
public CharSequence toCharSequence(Date value)
-
toStringBuffer
public StringBuffer toStringBuffer(Date value)
-
toStringBuilder
public StringBuilder toStringBuilder(Date value)
-
toZonedDateTime
public ZonedDateTime toZonedDateTime(Date date)
-
-