io.github.osamabmaq.tafqeetj.converters.QuantitiveNumberConverterFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of TafqeetJ Show documentation
Show all versions of TafqeetJ Show documentation
A Java library to convert numbers from digital format to words format in Arabic language.
The newest version!
package io.github.osamabmaq.tafqeetj.converters;
public interface QuantitiveNumberConverterFactory {
QuantitiveNumberConverter getConverter(String tafqeetClass);
}