Package io.atlasmap.converters
Class LocalDateConverter
- java.lang.Object
-
- io.atlasmap.converters.LocalDateConverter
-
-
Constructor Summary
Constructors Constructor Description LocalDateConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimaltoBigDecimal(LocalDate value)BigIntegertoBigInteger(LocalDate value)BytetoByte(LocalDate value)CalendartoCalendar(LocalDate value)CharBuffertoCharBuffer(LocalDate value)CharSequencetoCharSequence(LocalDate value)DatetoDate(LocalDate value)DoubletoDouble(LocalDate value)FloattoFloat(LocalDate value)GregorianCalendartoGregorianCalendar(LocalDate value)IntegertoInteger(LocalDate value)LocalDatetoLocalDate(LocalDate value)LocalDateTimetoLocalDateTime(LocalDate value)LocalTimetoLocalTime(LocalDate value)LongtoLong(LocalDate value)NumbertoNumber(LocalDate value)ShorttoShort(LocalDate value)DatetoSqlDate(LocalDate value)TimestamptoSqlTimestamp(LocalDate value)StringtoString(LocalDate value)StringBuffertoStringBuffer(LocalDate value)StringBuildertoStringBuilder(LocalDate value)ZonedDateTimetoZonedDateTime(LocalDate value)
-
-
-
Method Detail
-
toBigDecimal
public BigDecimal toBigDecimal(LocalDate value)
-
toBigInteger
public BigInteger toBigInteger(LocalDate value)
-
toByte
public Byte toByte(LocalDate value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toGregorianCalendar
public GregorianCalendar toGregorianCalendar(LocalDate value)
-
toInteger
public Integer toInteger(LocalDate value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLocalDateTime
public LocalDateTime toLocalDateTime(LocalDate value)
-
toShort
public Short toShort(LocalDate value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharBuffer
public CharBuffer toCharBuffer(LocalDate value)
-
toCharSequence
public CharSequence toCharSequence(LocalDate value)
-
toStringBuffer
public StringBuffer toStringBuffer(LocalDate value)
-
toStringBuilder
public StringBuilder toStringBuilder(LocalDate value)
-
toZonedDateTime
public ZonedDateTime toZonedDateTime(LocalDate value)
-
-