Package kz.greetgo.strconverter
Interface StrConverter
-
- All Known Implementing Classes:
StrConverterSimple
public interface StrConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TfromStr(java.lang.String str)java.lang.StringtoStr(java.lang.Object object)
-