Registry / utility / xbean-asm5-shaded

xbean-asm5-shaded

JSON →
library4.5javamavenunverified

Repackaged and shaded ASM 5.x bytecode manipulation library for use by Apache XBean.

<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-asm5-shaded</artifactId> <version>4.5</version> </dependency>
INSTALL
IMPORT
SIG · XBEAN-ASM5-SHADED
X
xbean-asm5-shaded
utilityjavav4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClassVisitor
org.apache.xbean.asm5.ClassVisitor

Read a class file using the shaded ASM API.

import org.apache.xbean.asm5.ClassReader; import org.apache.xbean.asm5.ClassVisitor; import org.apache.xbean.asm5.Opcodes; public class Example { public static void main(String[] args) throws Exception { ClassReader reader = new ClassReader("java.lang.Object"); ClassVisitor visitor = new ClassVisitor(Opcodes.ASM5) {}; reader.accept(visitor, 0); } }
Debug
Known issues
gotchaThis is a shaded version of ASM 5.x; do not mix with other ASM versions to avoid conflicts.
fix
Use only this artifact for bytecode manipulation within XBean context.
affects: *
Upgrade
Version history
4.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
xbean-asm5-shaded — mvn dependency:get xbean-asm5-shaded · libregistry