Package io.atlasmap.converters
Class StringBufferConverter
- java.lang.Object
-
- io.atlasmap.converters.StringBufferConverter
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasConverter<StringBuffer>
public class StringBufferConverter extends Object implements io.atlasmap.spi.AtlasConverter<StringBuffer>
-
-
Constructor Summary
Constructors Constructor Description StringBufferConverter()
-
Method Summary
-
-
-
Method Detail
-
toBigDecimal
public BigDecimal toBigDecimal(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toBigInteger
public BigInteger toBigInteger(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toBoolean
public Boolean toBoolean(StringBuffer value, String sourceFormat, String targetFormat)
-
toByte
public Byte toByte(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharacter
public Character toCharacter(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toDate
public Date toDate(StringBuffer date, String sourceFormat, String targetFormat)
-
toDouble
public Double toDouble(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toFloat
public Float toFloat(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toInteger
public Integer toInteger(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toLocalDate
public LocalDate toLocalDate(StringBuffer value)
-
toLocalTime
public LocalTime toLocalTime(StringBuffer value)
-
toLocalDateTime
public LocalDateTime toLocalDateTime(StringBuffer value)
-
toLong
public Long toLong(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toShort
public Short toShort(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toCharBuffer
public CharBuffer toCharBuffer(StringBuffer value, String sourceFormat, String targetFormat)
-
toCharSequence
public CharSequence toCharSequence(StringBuffer value, String sourceFormat, String targetFormat)
-
toString
public String toString(StringBuffer value, String sourceFormat, String targetFormat)
-
toStringBuffer
public StringBuffer toStringBuffer(StringBuffer value, String sourceFormat, String targetFormat)
-
toStringBuilder
public StringBuilder toStringBuilder(StringBuffer value, String sourceFormat, String targetFormat)
-
toNumber
public Number toNumber(StringBuffer value) throws io.atlasmap.api.AtlasConversionException
- Throws:
io.atlasmap.api.AtlasConversionException
-
toZonedDateTime
public ZonedDateTime toZonedDateTime(StringBuffer value)
-
-