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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Java reflection library

Clasament actualizat la 28 iul. 2026

For reflection, the strongest matches are qlibs/reflect (This repository is a C++20 static reflection library that), austinbrunkhorst/cpp-reflection (This C++ reflection parser and runtime skeleton provides type) and fatih/structs (This library provides runtime type inspection, metadata extraction, and). schmittjoh/metadata and charlinfeng/reflect round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best Java reflection libraries ranked by stars and activity. Compare top open-source tools and pick the right one for your project.

Java reflection library

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • qlibs/reflectAvatar qlibs

    qlibs/reflect

    518Vezi pe GitHub↗

    C++20 Static Reflection library

    This repository is a C++20 static reflection library that provides runtime type inspection and metadata discovery features, fitting the requested category well despite its compile-time foundation.

    C++Reflection
    Vezi pe GitHub↗518
  • austinbrunkhorst/cpp-reflectionAvatar AustinBrunkhorst

    AustinBrunkhorst/CPP-Reflection

    703Vezi pe GitHub↗

    C++ Reflection Parser / Runtime Skeleton

    This C++ reflection parser and runtime skeleton provides type inspection and metadata discovery features, fitting the search for a reflection utility despite its narrow scope.

    C++Reflection
    Vezi pe GitHub↗703
  • fatih/structsAvatar fatih

    fatih/structs

    3,926Vezi pe GitHub↗

    Structs is a reflection utility and type inspection framework for Go. It provides tools for inspecting, converting, and validating data structures by extracting field names, tags, and values from Go objects. The library specializes in transforming Go structs into generic maps or slices for serialization and data manipulation. It utilizes tag-driven mapping to determine custom keys and exclusion rules during these transformations. The project covers broader capabilities including metadata extraction, type validation to verify if variables are structs or pointers, and initialization verificati

    This library provides runtime type inspection, metadata extraction, and struct manipulation for Go, serving as a specialised utility for examining object fields and tags despite lacking dynamic method invocation.

    GoGo Struct Reflection UtilitiesStruct-to-Map ConvertersData Serialization Formats
    Vezi pe GitHub↗3,926
  • schmittjoh/metadataAvatar schmittjoh

    schmittjoh/metadata

    1,821Vezi pe GitHub↗

    Metadata is a PHP library for loading and managing class, method, and property metadata from inline annotations, YAML, XML, and PHP configuration files. It acts as an object-relational mapping support tool, helping persistence layers and serializers inspect PHP object structures through unified metadata drivers. The library parses configuration data using specialized drivers to populate internal metadata structures, abstracting disparate data sources into a single consistent interface for inspecting classes and properties. It supports chain-based driver fallback, allowing multiple metadata lo

    This repository provides a dedicated metadata management library for PHP that handles annotation parsing and structure inspection, which aligns well with the search for a runtime reflection tool.

    PHPMulti-Source Metadata LoadingAnnotation and File Configuration LoadingAnnotation and File Parsing Drivers
    Vezi pe GitHub↗1,821
  • charlinfeng/reflectAvatar CharlinFeng

    CharlinFeng/Reflect

    305Vezi pe GitHub↗

    Reflection, Dict2Model, Model2Dict, Archive

    This Swift library provides runtime type inspection and dictionary conversion utilities, fulfilling the need for metadata discovery and type reflection in an environment with limited native capabilities.

    SwiftRuntime Reflection
    Vezi pe GitHub↗305
  • stevinz/reflectAvatar stevinz

    stevinz/reflect

    5Vezi pe GitHub↗

    Small, flexible, single-header library for aggregate (struct / class) runtime reflection and meta data using C++11 features. Minimal STL usage, no other dependencies.

    This C++ library provides lightweight runtime reflection and metadata parsing for aggregate types using C++11 features, fulfilling the core runtime type inspection requirement even though it lacks dynamic method invocation.

    C++Scripting and Reflection
    Vezi pe GitHub↗5
  • ronmamo/reflectionsAvatar ronmamo

    ronmamo/reflections

    4,765Vezi pe 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

    Reflections is a Java classpath scanning and metadata indexing library that provides runtime type inspection and annotation discovery, though it focuses on scanning rather than general-purpose dynamic method invocation or code execution.

    JavaClasspath Metadata IndexingAnnotated Class DiscoveryBytecode Analysis
    Vezi pe GitHub↗4,765
  • mitchellh/mapstructureAvatar mitchellh

    mitchellh/mapstructure

    8,033Vezi pe GitHub↗

    mapstructure is a reflection-based library for the bidirectional encoding and decoding of generic map data into native typed Go structures. It functions as a tool for transforming loosely typed map values into specific structs and encoding those structs back into maps. The library utilizes Go reflection to map generic data keys to struct fields during runtime. It supports the transformation of untyped data from dynamic sources or configuration files into type-safe native structures. The mapping process includes recursive traversal of nested maps and slices, as well as the use of struct tags

    This library provides reflection-based metadata discovery and struct field mapping for Go, letting you inspect and decode dynamic maps into typed structures at runtime.

    GoReflection-Based Map MappingDynamic Data MappingGeneric Map Transformations
    Vezi pe GitHub↗8,033
  • rbuckton/reflect-metadataAvatar rbuckton

    rbuckton/reflect-metadata

    3,356Vezi pe GitHub↗

    NOTE: Now that both Decorators and Decorator Metadata have achieved Stage 3 within TC39, the API proposed below is no longer being considered for standardization. However, this package will continue to support projects that leverage TypeScript's legacy --experimentalDecorators option as some…

    This library provides runtime metadata reflection and annotation parsing for TypeScript decorators, serving as the standard utility for metadata discovery despite native specification changes.

    TypeScriptMetaprogramming
    Vezi pe GitHub↗3,356
  • facebookarchive/injectAvatar facebookarchive

    facebookarchive/inject

    1,408Vezi pe GitHub↗

    Inject is a dependency injection framework for Go that automates the assembly of complex object graphs. By leveraging runtime reflection, the library dynamically inspects object structures to resolve and populate required dependencies, decoupling component initialization from business logic. The framework manages object lifecycles through both singleton and factory-based provisioning. It maintains a central registry to share singletons across an application for consistent state, while also supporting the creation of unique, private instances to isolate state between different components. To

    Inject is a dependency injection framework for Go that relies on runtime reflection to inspect object structures and automate wiring, though its focus is strictly dependency resolution rather than general-purpose type inspection.

    GoDependency Injection ContainersDependency InjectionDependency Injection Frameworks
    Vezi pe GitHub↗1,408
  • roave/betterreflectionAvatar Roave

    Roave/BetterReflection

    1,241Vezi pe GitHub↗

    :crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.

    Better Reflection is a powerful PHP reflection API that expands significantly on the language's native capabilities for runtime type inspection and code analysis, though it focuses on code structure rather than zero-allocation performance.

    PHPCode Analysis and Refactoring
    Vezi pe GitHub↗1,241
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
qlibs/reflect518C++—13 sept. 2025
austinbrunkhorst/cpp-reflection703C++MIT28 oct. 2019
fatih/structs3.9KGoMIT10 oct. 2018
schmittjoh/metadata1.8KPHPMIT30 nov. 2025
charlinfeng/reflect305SwiftMIT6 iun. 2017
stevinz/reflect5C++MIT7 feb. 2023
ronmamo/reflections4.8KJavaWTFPL17 iun. 2024
mitchellh/mapstructure8KGoMIT25 iun. 2024
rbuckton/reflect-metadata3.4KTypeScriptApache-2.029 mar. 2024
facebookarchive/inject1.4KGoMIT14 ian. 2019

Related searches

  • Component inspection tools
  • Runtime abstraction layers
  • Code generation tools
  • Component library infrastructure
  • Reference architecture examples
  • a browser extension for enhancing web functionality
  • an open source framework for access control
  • UI framework bindings