Class Utils


  • public class Utils
    extends Object
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • nullIfEmpty

        public static String nullIfEmpty​(String s)
        Returns null if the parameter is null or empty, otherwise it returns it untouched