awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jOOQ avatar

jOOQ/jOOR

0
View on GitHub↗
2,830 estrellas·375 forks·Java·Apache-2.0·5 vistaswww.jooq.org/products↗

JOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.

Features

  • Introspection and Reflection - Simple wrapper for the standard Java reflection package.

Historial de estrellas

Gráfico del historial de estrellas de jooq/joorGráfico del historial de estrellas de jooq/joor

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a JOOR

Proyectos open-source similares, clasificados según cuántas características comparten con JOOR.
  • chinabugotech/hutoolAvatar de chinabugotech

    chinabugotech/hutool

    30,282Ver en GitHub↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    Ver en GitHub↗30,282
  • classgraph/classgraphAvatar de classgraph

    classgraph/classgraph

    2,987Ver en GitHub↗

    An uber-fast parallelized Java classpath scanner and module scanner.

    Java
    Ver en GitHub↗2,987
  • esotericsoftware/reflectasmAvatar de EsotericSoftware

    EsotericSoftware/reflectasm

    1,540Ver en GitHub↗

    High performance Java reflection

    Java
    Ver en GitHub↗1,540
  • ronmamo/reflectionsAvatar de ronmamo

    ronmamo/reflections

    4,765Ver en GitHub↗

    Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and resources at runtime. It functions as a tool for annotation discovery and type hierarchy analysis, allowing the system to identify elements marked with specific annotations or to resolve super-types and subtypes within the Java virtual machine. The project distinguishes itself through metadata serialization, providing mechanisms to save the scanned index to persistent files or source code. This capability reduces application startup overhead by eliminating the need for repeated, expe

    Java
    Ver en GitHub↗4,765

Preguntas frecuentes

¿Qué hace jooq/joor?

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.

¿Cuáles son las características principales de jooq/joor?

Las características principales de jooq/joor son: Introspection and Reflection.

¿Qué alternativas de código abierto existen para jooq/joor?

Las alternativas de código abierto para jooq/joor incluyen: chinabugotech/hutool — Hutool is a standard utility library for Java application development designed to simplify common programming tasks… classgraph/classgraph — An uber-fast parallelized Java classpath scanner and module scanner. esotericsoftware/reflectasm — High performance Java reflection. ronmamo/reflections — Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and…