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
An uber-fast parallelized Java classpath scanner and module scanner.
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.
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
High performance Java reflection
الميزات الرئيسية لـ esotericsoftware/reflectasm هي: Introspection and Reflection.
تشمل البدائل مفتوحة المصدر لـ esotericsoftware/reflectasm: 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. jooq/joor — jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a… ronmamo/reflections — Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and…