Constructor and Description |
---|
CharacterConverter() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
toBigDecimal(Character value) |
BigInteger |
toBigInteger(Character value) |
Boolean |
toBoolean(Character value,
String sourceFormat,
String targetFormat) |
Byte |
toByte(Character value) |
Character |
toCharacter(Character value) |
Double |
toDouble(Character value) |
Float |
toFloat(Character value) |
Integer |
toInteger(Character value) |
Long |
toLong(Character value) |
Number |
toNumber(Character value) |
Short |
toShort(Character value) |
String |
toString(Character value,
String sourceFormat,
String targetFormat) |
public BigDecimal toBigDecimal(Character value)
public BigInteger toBigInteger(Character value)
public Byte toByte(Character value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Short toShort(Character value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
Copyright © 2019 JBoss by Red Hat. All rights reserved.