| Constructor and Description |
|---|
LongConverter() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
toBigDecimal(Long value) |
BigInteger |
toBigInteger(Long value) |
Boolean |
toBoolean(Long value) |
Byte |
toByte(Long value) |
Character |
toCharacter(Long value) |
CharBuffer |
toCharBuffer(Long value) |
CharSequence |
toCharSequence(Long value) |
Date |
toDate(Long date) |
Double |
toDouble(Long value) |
Float |
toFloat(Long value) |
Integer |
toInteger(Long value) |
LocalDate |
toLocalDate(Long value) |
LocalDateTime |
toLocalDateTime(Long value) |
LocalTime |
toLocalTime(Long value) |
Long |
toLong(Long value) |
Number |
toNumber(Long value) |
Short |
toShort(Long value) |
String |
toString(Long value) |
StringBuffer |
toStringBuffer(Long value) |
StringBuilder |
toStringBuilder(Long value) |
ZonedDateTime |
toZonedDateTime(Long value) |
public BigDecimal toBigDecimal(Long value)
public BigInteger toBigInteger(Long value)
public Byte toByte(Long value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Character toCharacter(Long value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Integer toInteger(Long value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic LocalDateTime toLocalDateTime(Long value)
public Short toShort(Long value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic CharBuffer toCharBuffer(Long value)
public CharSequence toCharSequence(Long value)
public StringBuffer toStringBuffer(Long value)
public StringBuilder toStringBuilder(Long value)
public ZonedDateTime toZonedDateTime(Long value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.