Class TypeTesterUtil

java.lang.Object
org.apache.axis2.wsdl.util.TypeTesterUtil

public class TypeTesterUtil extends Object
  • Constructor Details

    • TypeTesterUtil

      public TypeTesterUtil()
  • Method Details

    • 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 -