Constructor and Description |
---|
ByteConverter() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
toBigDecimal(Byte value) |
BigInteger |
toBigInteger(Byte value) |
Boolean |
toBoolean(Byte value) |
Byte |
toByte(Byte value) |
Character |
toCharacter(Byte value) |
Date |
toDate(Byte value) |
Double |
toDouble(Byte value) |
Float |
toFloat(Byte value) |
Integer |
toInteger(Byte value) |
LocalDate |
toLocalDate(Byte value) |
LocalDateTime |
toLocalDateTime(Byte value) |
LocalTime |
toLocalTime(Byte value) |
Long |
toLong(Byte value) |
Number |
toNumber(Byte value) |
Short |
toShort(Byte value) |
String |
toString(Byte value) |
ZonedDateTime |
toZonedDateTime(Byte value) |
public BigDecimal toBigDecimal(Byte value)
public BigInteger toBigInteger(Byte value)
public LocalDateTime toLocalDateTime(Byte value)
public ZonedDateTime toZonedDateTime(Byte value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.