Class RequestProcessor


  • public class RequestProcessor
    extends Object
    Class responsible for removing the unwanted whitespaces in any type of inputs.
    • Method Detail

      • trimStrings

        public static String trimStrings​(String inputString)
        Remove irrelevant whitespaces from the input string. If string is a XML or JSON reordered the structure of the string to normalize
        Parameters:
        inputString - string which needs to remove whitespaces
        Returns:
        trim string not include irrelevant whitespaces