reflections
Metadata analyzer
A Java library that analyzes and indexes runtime metadata to enable reverse transitive queries of the type system
Java runtime metadata analysis
5k stars
189 watching
703 forks
Language: Java
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
skarupke/reflection | A C++ library providing metadata inspection and manipulation capabilities at runtime. | 30 |
zewo/reflection | An API for advanced reflection at runtime in Swift | 599 |
stephanenicolas/reflection-no-reflection | A proof-of-concept project to create an API compatible with Java reflection without using reflection. | 130 |
reflectionmagic/reflectionmagic | A C# library to simplify private reflection code using dynamic properties. | 334 |
rukai/treeflection | A Rust library that enables pseudo-reflection of complex data structures by executing commands on a tree-like representation | 22 |
rttrorg/rttr | A C++ library that enables runtime type reflection and introspection of classes, allowing developers to inspect and manipulate objects at runtime. | 3,188 |
serval-snt-uni-lu/droidra | An approach to improve static analysis of Android apps by handling reflective calls | 51 |
pjfanning/jackson-scala3-reflection-extensions | A library that provides type information and support for polymorphism using Scala's reflection capabilities with Jackson Scala 3 | 4 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
esotericsoftware/reflectasm | A high-performance Java library that uses code generation to provide fast reflection capabilities | 1,531 |
runtypes/runtypes | A runtime validation system for statically defined data types in TypeScript | 2,598 |
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 667 |
ejpcmac/typed_struct_legacy_reflection | Re-enables legacy reflection functions from TypedStruct 0.1.x in Elixir. | 0 |
roave/betterreflection | A reflection API designed to improve and extend the capabilities of PHP's native reflection mechanism | 1,195 |