Interface StringConverter


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

    Modifier and Type
    Method
    Description
    Convert a string to another string, for example, to make it shorter.
  • Method Details

    • convert

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