All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kz.greetgo.strconverter.StrConverter Maven / Gradle / Ivy

package kz.greetgo.strconverter;

public interface StrConverter {

  String toStr(Object object);

   T fromStr(String str);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy