Package de.tilman_neumann.util
Class ReflectionUtil
java.lang.Object
de.tilman_neumann.util.ReflectionUtil
public class ReflectionUtil
extends java.lang.Object
Static auxiliary methods for java objects meta data.
-
Method Summary
Modifier and Type Method Description static java.lang.String
getPackageName(java.lang.Class<?> clazz)
Returns the package name for the given class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getPackageName
public static java.lang.String getPackageName(java.lang.Class<?> clazz)Returns the package name for the given class.- Parameters:
clazz
- Class- Returns:
- Package name
-