public JSONObject describeClassByASM(String clazzName) throws Exception {
   return typeGraph.describeClass(clazzName);
 }