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) |
CharBuffer |
toCharBuffer(Byte value) |
CharSequence |
toCharSequence(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) |
StringBuffer |
toStringBuffer(Byte value) |
StringBuilder |
toStringBuilder(Byte value) |
ZonedDateTime |
toZonedDateTime(Byte value) |
public BigDecimal toBigDecimal(Byte value)
public BigInteger toBigInteger(Byte value)
public LocalDateTime toLocalDateTime(Byte value)
public CharBuffer toCharBuffer(Byte value)
public CharSequence toCharSequence(Byte value)
public StringBuffer toStringBuffer(Byte value)
public StringBuilder toStringBuilder(Byte value)
public ZonedDateTime toZonedDateTime(Byte value)
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.