Class TypeTesterUtil


  • public class TypeTesterUtil
    extends Object
    • Constructor Detail

      • TypeTesterUtil

        public TypeTesterUtil()
    • Method Detail

      • isPrimitive

        public static boolean isPrimitive​(String className)
        Check whether a given classname is primitives
        Parameters:
        className -
      • hasPackage

        public static boolean hasPackage​(String className)
        Tests whether the given classname has a package the current logic is simple where we look for a '.' inside the classname string
        Parameters:
        className -