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