jar

one.edee.oss : proxycian

Maven & Gradle

Jul 21, 2023
5 stars

JavAssist proxying - aggregation project · Small Java library for generating dynamic proxies on top of [ByteBuddy](https://github.com/raphw/byte-buddy) or [Javassist](https://github.com/jboss-javassist/javassist). You can generate data transfer objects, rich traits or even whole implicit DAO implementations dynamically at runtime easily. This library solves the complex stuff, so you can focus on application logic. Serializability, cloning are already solved by us. We also aim for transparent and easily debuggable proxies, because as we know proxies is usually part of "magic" for the team. Hence, the name of this library - Proxycian as a magician for the proxies ;)

Table Of Contents

Latest Version

Download one.edee.oss : proxycian JAR file - Latest Versions:

All Versions

Download one.edee.oss : proxycian JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window proxycian-1.3.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement