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