Class CharBufferConverter

  • All Implemented Interfaces:
    io.atlasmap.spi.AtlasConverter<CharBuffer>

    public class CharBufferConverter
    extends Object
    implements io.atlasmap.spi.AtlasConverter<CharBuffer>
    • Constructor Detail

      • CharBufferConverter

        public CharBufferConverter()
    • 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
      • 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
      • 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
      • 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
      • toNumber

        public Number toNumber​(CharBuffer value)
                        throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException