Class ClassUtils


  • public final class ClassUtils
    extends Object
    Utility class for dynamic check if class exists in the system.
    Author:
    GKonovalenko
    • Method Detail

      • isClassExists

        public static boolean isClassExists​(String name)
        Checks if class exists on classpath.
        Parameters:
        name - name of class to check.
        Returns:
        true if class exists, false otherwise.