awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesArbitrary Structure Class Generators

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.

Awesome Arbitrary Structure Class Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • raphw/byte-buddyraphw 的头像

    raphw/byte-buddy

    6,856在 GitHub 上查看↗

    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.

    Javabyte-codedynamic-proxyinstrumentation
    在 GitHub 上查看↗6,856
  1. Home
  2. Data & Databases
  3. Data Structure Definitions
  4. Data Class Generators
  5. Generated Class Customization
  6. Arbitrary Structure Class Generators