Registry / utility / org-eclipse-persistence-asm

org-eclipse-persistence-asm

JSON →
library9.10.0javamavenunverified

Provides bytecode manipulation and analysis capabilities for EclipseLink persistence framework.

<dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.asm</artifactId> <version>9.10.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-PERSIS
O
org-eclipse-persistence-asm
utilityjavav9.10.0
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.

ClassReader
org.eclipse.persistence.internal.libraries.asm.ClassReader

Uses ClassReader to read a class file and print its name.

import org.eclipse.persistence.internal.libraries.asm.ClassReader; public class Example { public static void main(String[] args) throws Exception { ClassReader reader = new ClassReader("java.lang.Object"); System.out.println("Class name: " + reader.getClassName()); } }
Debug
Known issues
gotchaThis is a repackaged version of ASM; avoid mixing with other ASM versions to prevent conflicts.
fix
Use only this version of ASM in your project, or shade it if needed.
affects: all
Upgrade
Version history
9.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-eclipse-persistence-asm — mvn dependency:get org-eclipse-persistence-asm · libregistry