Package io.atlasmap.converters
Class NumberConverter
java.lang.Object
io.atlasmap.converters.NumberConverter
- All Implemented Interfaces:
AtlasConverter<Number>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoBigDecimal
(Number value) toBigInteger
(Number value) toCharacter
(Number value) toCharBuffer
(Number value) toCharSequence
(Number value) toLocalDate
(Number value) toLocalDateTime
(Number value) toLocalTime
(Number value) toStringBuffer
(Number value) toStringBuilder
(Number value) toZonedDateTime
(Number value)
-
Constructor Details
-
NumberConverter
public NumberConverter()
-
-
Method Details
-
toBigDecimal
- Throws:
AtlasConversionException
-
toBigInteger
- Throws:
AtlasConversionException
-
toBoolean
- Throws:
AtlasConversionException
-
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
- Throws:
AtlasConversionException
-
toCharBuffer
- Throws:
AtlasConversionException
-
toCharSequence
- Throws:
AtlasConversionException
-
toStringBuffer
- Throws:
AtlasConversionException
-
toStringBuilder
- Throws:
AtlasConversionException
-
toZonedDateTime
- Throws:
AtlasConversionException
-