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