127 skills found · Page 1 of 5
microsoft / Reflect MetadataPrototype for a Metadata Reflection API for ECMAScript
doctrine / ReflectionThe Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
jOOQ / JOORjOOR - 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.
laminas / Laminas CodeExtensions to the PHP Reflection API, static code scanning, and code generation
Roave / BetterReflection:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
mstrobel / ProcyonProcyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler.
KhronosGroup / SPIRV ReflectSPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
dtolnay / ReflectCompile-time reflection API for developing robust procedural macros (proof of concept)
lisachenko / Z Engine:zap: PHP Engine Direct API
Manu343726 / TinyreflA work in progress minimal C++ static reflection API and codegen tool.
plumier / PlumierA TypeScript backend framework focuses on development productivity, uses dedicated reflection library to help you create a robust, secure and fast API delightfully.
RicoSuter / Namotion.Reflection.NET library with advanced reflection APIs.
davidfowl / Roslyn.ReflectionReflection APIs over roslyn symbol APIs
CodingGay / BlackReflectionBlackReflection provides a series of API to use Java Reflection easily. Developer can use annotation to assign class, field and method. Then it will generate the reflection code automatically, developer don't need to write extra code to achieve Java Reflection.
stephanenicolas / Reflection No ReflectionA proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.
ckanner / JtaAI-powered JSON translation tool with agentic reflection using OpenAI, Anthropic, and Gemini APIs
Hervian / Lambda FactoryA fast alternative to Java Reflection API's method invocation
gwihlidal / Spirv Reflect RsReflection API in rust for SPIR-V shader byte code, intended for Vulkan applications
vidageek / MirrorSimple DSL layer over Java Reflection API
devlooped / NuDoqA standalone API to read .NET XML documentation files and optionally augment it with reflection information.