Package io.atlasmap.converters
Class BigDecimalConverter
java.lang.Object
io.atlasmap.converters.BigDecimalConverter
- All Implemented Interfaces:
AtlasConverter<BigInteger>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoBigDecimal
(BigDecimal value) toBigInteger
(BigDecimal value) toBoolean
(BigDecimal value) toByte
(BigDecimal value) toCharacter
(BigDecimal value) toCharBuffer
(BigDecimal value) toCharSequence
(BigDecimal value) toDate
(BigDecimal date) toDouble
(BigDecimal value) toFloat
(BigDecimal value) toInteger
(BigDecimal value) toLocalDate
(BigDecimal value) toLocalDateTime
(BigDecimal value) toLocalTime
(BigDecimal value) toLong
(BigDecimal value) toNumber
(BigDecimal value) toShort
(BigDecimal value) toString
(BigDecimal value) toStringBuffer
(BigDecimal value) toStringBuilder
(BigDecimal value) toZonedDateTime
(BigDecimal value)
-
Constructor Details
-
BigDecimalConverter
public BigDecimalConverter()
-
-
Method Details
-
toBigDecimal
-
toBigInteger
-
toBoolean
-
toByte
- Throws:
AtlasConversionException
-
toCharacter
- Throws:
AtlasConversionException
-
toDate
- Throws:
AtlasConversionException
-
toDouble
- Throws:
AtlasConversionException
-
toFloat
- Throws:
AtlasConversionException
-
toInteger
- Throws:
AtlasConversionException
-
toLocalDate
- Throws:
AtlasConversionException
-
toLocalTime
- Throws:
AtlasConversionException
-
toLocalDateTime
- Throws:
AtlasConversionException
-
toLong
- Throws:
AtlasConversionException
-
toNumber
-
toShort
- Throws:
AtlasConversionException
-
toString
-
toCharBuffer
-
toCharSequence
-
toStringBuffer
-
toStringBuilder
-
toZonedDateTime
- Throws:
AtlasConversionException
-