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) |
java.time.LocalDate |
toLocalDate(Byte value) |
java.time.LocalDateTime |
toLocalDateTime(Byte value) |
java.time.LocalTime |
toLocalTime(Byte value) |
Long |
toLong(Byte value) |
Number |
toNumber(Byte value) |
Short |
toShort(Byte value) |
String |
toString(Byte value) |
java.time.ZonedDateTime |
toZonedDateTime(Byte value) |
public BigDecimal toBigDecimal(Byte value)
public BigInteger toBigInteger(Byte value)
public java.time.LocalDate toLocalDate(Byte value)
public java.time.LocalTime toLocalTime(Byte value)
public java.time.LocalDateTime toLocalDateTime(Byte value)
public java.time.ZonedDateTime toZonedDateTime(Byte value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.