Java Utililty Methods Object to Type Name
List of utility methods to do Object to Type Name
HOME
Java
O
Object to Type Name
Description
The list of methods to do Object to Type Name are organized into topic(s).
Method
String
objectToTypeName(Object obj)
object To Type Name
return
obj.getClass().getSimpleName();