public class CharBufferConverter extends Object implements io.atlasmap.spi.AtlasConverter<CharBuffer>
| Constructor and Description |
|---|
CharBufferConverter() |
public BigDecimal toBigDecimal(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic BigInteger toBigInteger(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Boolean toBoolean(CharBuffer value, String sourceFormat, String targetFormat)
public Byte toByte(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Character toCharacter(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Date toDate(CharBuffer date, String sourceFormat, String targetFormat)
public Double toDouble(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Float toFloat(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Integer toInteger(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic LocalDate toLocalDate(CharBuffer value)
public LocalTime toLocalTime(CharBuffer value)
public LocalDateTime toLocalDateTime(CharBuffer value)
public Long toLong(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic Short toShort(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic CharBuffer toCharBuffer(CharBuffer value, String sourceFormat, String targetFormat)
public CharSequence toCharSequence(CharBuffer value, String sourceFormat, String targetFormat)
public String toString(CharBuffer value, String sourceFormat, String targetFormat)
public StringBuffer toStringBuffer(CharBuffer value, String sourceFormat, String targetFormat)
public StringBuilder toStringBuilder(CharBuffer value, String sourceFormat, String targetFormat)
public Number toNumber(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionExceptionpublic ZonedDateTime toZonedDateTime(CharBuffer value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.