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