Interface StringConverter


  • public interface StringConverter
    An interface to convert a string to anther one.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String convert​(java.lang.String str)
      Convert a string to another string, for example, to make it shorter.
    • Method Detail

      • convert

        java.lang.String convert​(java.lang.String str)
        Convert a string to another string, for example, to make it shorter.
        Parameters:
        str - string to be converted
        Returns:
        string after conversion