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