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.AtlasConversionException
public BigInteger toBigInteger(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Boolean toBoolean(CharBuffer value, String sourceFormat, String targetFormat)
public Byte toByte(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Character toCharacter(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Date toDate(CharBuffer date, String sourceFormat, String targetFormat)
public Double toDouble(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Float toFloat(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public Integer toInteger(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public 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.AtlasConversionException
public Short toShort(CharBuffer value) throws io.atlasmap.api.AtlasConversionException
io.atlasmap.api.AtlasConversionException
public 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.AtlasConversionException
public ZonedDateTime toZonedDateTime(CharBuffer value)
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.