Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphw/asm-jdk-bridge
https://github.com/raphw/asm-jdk-bridge
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphw/asm-jdk-bridge
- Owner: raphw
- Created: 2022-06-30T08:59:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:26:19.000Z (19 days ago)
- Last Synced: 2024-10-25T01:33:17.700Z (19 days ago)
- Language: Java
- Size: 324 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asm-jdk-bridge
A first approach to trial the JDK API for generation and reading of class files by adapting the ASM API. This should serve as a first prof of concept by plugging the reader/writer into existing ASM-based code without much change of code. This also serves as an adapter concept for Byte Buddy where ASM is used vastly.