find_implementations
Locate direct or transitive implementations and subtypes of a Java class by scanning JARs, Maven coordinates, or workspace paths with lazy deep metadata.
Instructions
Find direct or transitive implementations/subtypes using lazy deep class metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | balanced | |
| limit | No | ||
| format | No | Output format. | text |
| jarPath | No | Absolute path to an exact JAR. Fastest selector. | |
| className | Yes | ||
| transitive | No | ||
| coordinates | No | groupId:artifactId[:version[:classifier]]. | |
| jarDirectory | No | Absolute directory to search for a JAR on demand. | |
| jarNamePrefix | No | JAR basename prefix. | |
| workspacePath | No | Absolute Java workspace path. Maven is optional. |