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

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

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

3 个仓库

Awesome GitHub RepositoriesLoad-Time Class Transformations

Modifies compiled class files during class loading to intercept constructors, final methods, and static functions without source changes.

Distinct from Class Loading Interception: Distinct from Class Loading Interception: focuses on bytecode transformation at load time for mocking, not general custom logic during class loading.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Load-Time Class Transformations. Refine with filters or upvote what's useful.

Awesome Load-Time Class Transformations GitHub Repositories

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

    mockk/mockk

    5,747在 GitHub 上查看↗

    MockK is a Kotlin test double framework that creates mocks, spies, and relaxed mocks for unit testing, with support for final classes, static methods, and coroutines. It functions as a bytecode instrumentation library that modifies compiled class files at load time to intercept constructors, final methods, and static functions without source changes, and also provides dedicated libraries for constructor mocking and coroutine mocking. The framework is designed specifically for Kotlin, handling Kotlin-specific constructs like extension functions, singletons, and suspend functions. MockK disting

    Modifies compiled class files during class loading to intercept constructors, final methods, and static functions without source changes.

    Kotlinargument-matcherschain-callshacktoberfest
    在 GitHub 上查看↗5,747
  • ebean-orm/ebeanebean-orm 的头像

    ebean-orm/ebean

    1,523在 GitHub 上查看↗

    Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query generation, schema migration, and transaction management. It uses metadata-driven mapping and bytecode enhancement to bridge the gap between application objects and relational database tables, providing a persistent layer that handles complex data interactions while maintaining consistency across unit-of-work boundaries. The framework distinguishes itself through its focus on developer productivity and performance optimization. It provides type-safe query builders that generat

    Modifies compiled class files at build or load time to inject persistence logic and lazy loading capabilities.

    Javacockroachdbdatabaseebean
    在 GitHub 上查看↗1,523
  • teneted/tenetTeneted 的头像

    Teneted/Tenet

    1,518在 GitHub 上查看↗

    Tenet is a Java-based Minecraft server runtime designed to host multiplayer sessions that incorporate both complex custom content and server-side modifications. It functions as a modding platform that integrates distinct server ecosystems into a single, unified environment. The project distinguishes itself by enabling the simultaneous execution of Forge mods alongside Bukkit or Spigot plugins within one server instance. By bridging these traditionally separate frameworks, it allows administrators to combine diverse gameplay features and management tools that would otherwise be incompatible.

    Modifies server runtime classes at startup to weave together disparate plugin and mod APIs into a unified execution environment.

    Javabukkitcauldroncraftbukkit
    在 GitHub 上查看↗1,518
  1. Home
  2. Programming Languages & Runtimes
  3. Dynamic Class Creation
  4. Class Loading Mechanisms
  5. Class Loading Interception
  6. Load-Time Class Transformations