项目作者: SevdanurGENC

项目描述 :
This repo contains examples of the Javassist framework structure.
高级语言: Java
项目地址: git://github.com/SevdanurGENC/Nano-Javassist.git
创建时间: 2020-10-20T23:11:29Z
项目社区:https://github.com/SevdanurGENC/Nano-Javassist

开源协议:Apache License 2.0

下载


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.

image

This second commit contains example of insert to class.

image

This third commit contains example of insert to interface class.

image

This second commit contains example of insert to setget class.

image

image