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