extract_method_info
Extract method details from Java classes in Maven jars. Provide Maven coordinates and class name, optionally filter by method name pattern or include bytecode.
Instructions
Extract specific method information from a Java class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Maven version | |
| group_id | Yes | Maven group ID | |
| class_name | Yes | Fully qualified class name | |
| artifact_id | Yes | Maven artifact ID | |
| max_methods | No | Maximum number of methods to return | |
| method_pattern | No | Pattern to match method names (regex supported) | |
| include_bytecode | No | Include bytecode analysis |