Registry / utility / javassist

javassist

JSON →
library3.31.0-GAjavamavenunverified

Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple, providing a class library for editing bytecodes.

<dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.31.0-GA</version> </dependency>
INSTALL
IMPORT
SIG · JAVASSIST
J
javassist
utilityjavav3.31.0-GA
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.

ClassPool
javassist.ClassPool

Load a class using Javassist ClassPool.

import javassist.ClassPool; import javassist.CtClass; public class BytecodeExample { public static void main(String[] args) throws Exception { ClassPool pool = ClassPool.getDefault(); CtClass cc = pool.get("java.lang.String"); System.out.println(cc.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.31.0-GAlatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javassist — mvn dependency:get javassist · libregistry