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