1 个仓库
Generates new Java classes during execution supporting arbitrary structures beyond simple interface proxies.
Distinct from Generated Class Customization: Distinct from Generated Class Customization: generates full classes with arbitrary structures, not just customizing properties.
Explore 1 awesome GitHub repository matching data & databases · Arbitrary Structure Class Generators. Refine with filters or upvote what's useful.
Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for creating and modifying Java classes during execution, enabling developers to define class structures, methods, and fields programmatically without requiring a compiler or direct bytecode assembly. The library supports agent-based class transformation, allowing loaded classes to be modified during JVM startup or runtime through a Java agent that intercepts class loading. It offers bytecode-level method interception for fine-grained control over method behavior, annotation-based code
Generates new Java classes during execution with arbitrary structures beyond simple proxies.