Class LongConverter

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

    public class LongConverter
    extends Object
    implements io.atlasmap.spi.AtlasConverter<Long>
    • Constructor Detail

      • LongConverter

        public LongConverter()
    • Method Detail

      • toByte

        public Byte toByte​(Long value)
                    throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toCharacter

        public Character toCharacter​(Long value)
                              throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toDate

        public Date toDate​(Long date)
      • toDouble

        public Double toDouble​(Long value)
      • toFloat

        public Float toFloat​(Long value)
      • toInteger

        public Integer toInteger​(Long value)
                          throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toLong

        public Long toLong​(Long value)
      • toShort

        public Short toShort​(Long value)
                      throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toNumber

        public Number toNumber​(Long value)
      • toString

        public String toString​(Long value)