Java Utililty Methods Class Name Get

List of utility methods to do Class Name Get

Description

The list of methods to do Class Name Get are organized into topic(s).

Method

StringgetClassNameWithoutPackage(Object object)
get Class Name Without Package
return getClassNameWithoutPackage(object.getClass());