https://github.com/sevdanurgenc/nano-javassist
This repo contains examples of the Javassist framework structure.
https://github.com/sevdanurgenc/nano-javassist
java javassist maven
Last synced: 3 months ago
JSON representation
This repo contains examples of the Javassist framework structure.
- Host: GitHub
- URL: https://github.com/sevdanurgenc/nano-javassist
- Owner: SevdanurGENC
- License: apache-2.0
- Created: 2020-10-20T23:11:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T22:53:45.000Z (about 5 years ago)
- Last Synced: 2025-03-23T20:13:35.886Z (7 months ago)
- Topics: java, javassist, maven
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nano-Javassist
### This repo contains examples of Javassist operating principles.
### Javassist is a Java library providing a means to manipulate the Java bytecode of an application. In this sense Javassist provides the support for structural reflection, i.e. the ability to change the implementation of a class at run time. Bytecode manipulation is performed at load-time through a provided class loader.
## This first commit contains example of inner class.

## This second commit contains example of insert to class.

## This third commit contains example of insert to interface class.

## This second commit contains example of insert to setget class.

