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