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