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