extract_class_info
Inspect Java classes in a JAR file using Maven coordinates, with regex filtering and optional inclusion of fields, methods, and bytecode.
Instructions
Get detailed information about Java classes in a jar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| version | Yes | Maven version | |
| group_id | Yes | Maven group ID | |
| artifact_id | Yes | Maven artifact ID | |
| class_pattern | No | Pattern to match class names (regex supported) | |
| include_fields | No | Include field information | |
| items_per_page | No | Items per page | |
| include_methods | No | Include method signatures | |
| include_bytecode | No | Include verbose javap bytecode output for matched classes | |
| summarize_large_content | No | Summarize large content automatically |