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