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