public class BigIntegerConverter extends Object implements io.atlasmap.api.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) |
Date |
toDate(BigInteger date) |
Double |
toDouble(BigInteger value) |
Float |
toFloat(BigInteger value) |
Integer |
toInteger(BigInteger value) |
java.time.LocalDate |
toLocalDate(BigInteger value) |
java.time.LocalDateTime |
toLocalDateTime(BigInteger value) |
java.time.LocalTime |
toLocalTime(BigInteger value) |
Long |
toLong(BigInteger value) |
Number |
toNumber(BigInteger value) |
Short |
toShort(BigInteger value) |
String |
toString(BigInteger value) |
java.time.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.AtlasConversionException
public Character toCharacter(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Date toDate(BigInteger date) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Double toDouble(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Float toFloat(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Integer toInteger(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public java.time.LocalDate toLocalDate(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public java.time.LocalTime toLocalTime(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public java.time.LocalDateTime toLocalDateTime(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Long toLong(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Number toNumber(BigInteger value)
public Short toShort(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public String toString(BigInteger value)
public java.time.ZonedDateTime toZonedDateTime(BigInteger value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
Copyright © 2018 JBoss by Red Hat. All rights reserved.