Capability
Schema Inspection And Metadata Extraction
11 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “multi-language class structure extraction with metadata preservation”
Plugin for JADX to integrate MCP server
Unique: Uses JADX's JavaClass entity model to extract metadata directly from the decompiled AST, preserving type information and structural relationships. This is more accurate than parsing source code strings because it uses semantic information.
vs others: More accurate than regex-based parsing because it uses JADX's AST; more complete than javadoc extraction because it includes all metadata including private members and annotations.