Package io.atlasmap.converters
Class BigIntegerConverter
- java.lang.Object
-
- io.atlasmap.converters.BigIntegerConverter
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasConverter<BigInteger>
public class BigIntegerConverter extends Object implements io.atlasmap.spi.AtlasConverter<BigInteger>
-
-
Constructor Summary
Constructors Constructor Description BigIntegerConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimaltoBigDecimal(BigInteger value)BigIntegertoBigInteger(BigInteger value)BooleantoBoolean(BigInteger value)BytetoByte(BigInteger value)CharactertoCharacter(BigInteger value)CharBuffertoCharBuffer(BigInteger value)CharSequencetoCharSequence(BigInteger value)DatetoDate(BigInteger date)DoubletoDouble(BigInteger value)FloattoFloat(BigInteger value)IntegertoInteger(BigInteger value)LocalDatetoLocalDate(BigInteger value)LocalDateTimetoLocalDateTime(BigInteger value)LocalTimetoLocalTime(BigInteger value)LongtoLong(BigInteger value)NumbertoNumber(BigInteger value)ShorttoShort(BigInteger value)StringtoString(BigInteger value)StringBuffertoStringBuffer(BigInteger value)StringBuildertoStringBuilder(BigInteger value)ZonedDateTimetoZonedDateTime(BigInteger value)
-
-
-
Method Detail
-
toBigDecimal
public BigDecimal toBigDecimal(BigInteger value)
-
toBigInteger
public BigInteger toBigInteger(BigInteger value)
-
toBoolean
public Boolean toBoolean(BigInteger value)
-
toByte
public Byte toByte(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharacter
public Character toCharacter(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toDate
public Date toDate(BigInteger date) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toDouble
public Double toDouble(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toFloat
public Float toFloat(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toInteger
public Integer toInteger(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLocalDate
public LocalDate toLocalDate(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLocalTime
public LocalTime toLocalTime(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLocalDateTime
public LocalDateTime toLocalDateTime(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLong
public Long toLong(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toNumber
public Number toNumber(BigInteger value)
-
toShort
public Short toShort(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toString
public String toString(BigInteger value)
-
toCharBuffer
public CharBuffer toCharBuffer(BigInteger value)
-
toCharSequence
public CharSequence toCharSequence(BigInteger value)
-
toStringBuffer
public StringBuffer toStringBuffer(BigInteger value)
-
toStringBuilder
public StringBuilder toStringBuilder(BigInteger value)
-
toZonedDateTime
public ZonedDateTime toZonedDateTime(BigInteger value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
-