Class Utility


  • public class Utility
    extends Object
    Utility class.
    Author:
    mcayanan
    • Constructor Detail

      • Utility

        public Utility()
    • Method Detail

      • removeQuotes

        public static List<String> removeQuotes​(List<Object> list)
        Removes quotes within a list of strings.
        Parameters:
        list - A list of strings.
        Returns:
        A list with the quotes removed.
      • toStringNoBraces

        public static String toStringNoBraces​(com.google.gson.JsonObject json)
      • toTarget

        public static Target toTarget​(URL target)