Class StringConverterFactory.LongConverter

    • Constructor Detail

      • LongConverter

        public LongConverter()
    • Method Detail

      • fromString

        public Object fromString​(String strRep)
        Description copied from interface: StringConverter
        Creates an Object from a String representation.
        Parameters:
        strRep - the string representation
        Returns:
        the created Object.