Class StringConverter

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

    public class StringConverter
    extends Object
    implements io.atlasmap.spi.AtlasConverter<String>
    • Constructor Detail

      • StringConverter

        public StringConverter()
    • Method Detail

      • toBigDecimal

        public BigDecimal toBigDecimal​(String value)
                                throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toBigInteger

        public BigInteger toBigInteger​(String value)
                                throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toByte

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

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

        public Double toDouble​(String value)
                        throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toFloat

        public Float toFloat​(String value)
                      throws io.atlasmap.api.AtlasConversionException
        Throws:
        io.atlasmap.api.AtlasConversionException
      • toInteger

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

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

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

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