java_class_analyzer
Decompile any specified Java class from Maven dependencies by its fully qualified name, returning source code for direct analysis.
Instructions
分析和反编译指定的Java类。根据类的全限定名查找对应的JAR包并进行反编译,返回源代码。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | 要分析的类的全限定名,例如: com.qinglusaas.connect.domain.model.BizPushRecordDTO |