Get the type name. @param o Object to test. @return type name, as a String.
(Object o)
| 291 | * @return type name, as a String. |
| 292 | */ |
| 293 | public static String findTypeName(Object o) { |
| 294 | return findTypeName(findType(o)); |
| 295 | } |
| 296 | |
| 297 | /** |
| 298 | * Get the type name from the type byte code |