Package org.apache.axis2.wsdl.util
Class TypeTesterUtil
java.lang.Object
org.apache.axis2.wsdl.util.TypeTesterUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasPackage(String className) Tests whether the given classname has a package the current logic is simple where we look for a '.' inside the classname stringstatic booleanisPrimitive(String className) Check whether a given classname is primitives
-
Constructor Details
-
TypeTesterUtil
public TypeTesterUtil()
-
-
Method Details
-
isPrimitive
Check whether a given classname is primitives- Parameters:
className-
-
hasPackage
Tests whether the given classname has a package the current logic is simple where we look for a '.' inside the classname string- Parameters:
className-
-