java-reflection
There are 51 repositories under java-reflection topic.
FasterXML/java-classmate
Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
Thomas-S-B/visualee
A maven plugin to visualize java ee projects
zeshaoaaa/OkReflect
OkReflect is a library that want to help you use Java Reflection APIs with ease.
marlalain/slinky
Quick development in Spring Boot using Java Generics and Reflection.
ge0ffrey/ge0ffrey-presentations
Geoffrey's presentations, see https://ge0ffrey.github.io/ge0ffrey-presentations/
RameshMF/java-reflection-guide
Guide to Java Reflection API
zhanghai/Reflected
Java library for easy-to-use reflection
makbn/fake_instance
Java library for generating fake model
neziw/DependencyInjector
A lightweight and easy-to-use dependency injection framework in Java
rozek1997/jar-editor
Application allowing make changes in .jar files: adding/deleting methods/classes/constructors/fields, overriding constructors/methods, extending .class file with new interface or class
stefanycos/spring-payload-filter
Demo project for filter request payloads in Spring Boot
SValentyn/JavaReflection-Demo
Demonstration working opportunities Java Reflection technology
BAEKJungHo/deepdiveinreflection
Deep Dive In Java Reflection
cmaupcay/APPREF-BRI
[DUT A2] Projet d'Application Réflexive : plateforme de développement BRI
da0hn/coronavac-framework
An amazing homemade Spring-like dependency injection framework. (to learn Java Reflection)
goatbytes/KFlect
Kotlin Reflection Library
KevinGallaccio/kevin-assignment-7
User Authentication and Validation -- Enhance the user login application from Assignment #3 with unit testing and test-driven development. Create JUnit tests for User and UserService classes, ensuring proper validation and handling of login attempts.
minized-lang/MVM
🖥 Virtual Machine written in Java for Min
siomarapantarotto/java_reflection_object_factory
A dynamically object factory implemented with java reflection and metadata.
SvenWoltmann/deep-reflection
How can Java Reflection be used to change the values of Integers and Strings at runtime?
tier2novelist/multi-chat
Multithreading chat room SDK based on HTML-like protocol
AlexeySeySey/javaEE_app
todo list
alezxandro/DynamicMenuReflection
Java project demonstrating the implementation of a dynamic menu using reflection.
Ayan-Sharma-aks/myjavatools
This is a collection of java tools compiled all together into a "jar file" in order to aid the developers to avoid the monotonous work and increase the efficiency henceforth.
mayhendrap/audittrail-reflection
This is an example of implementing Audit Trail using Java Reflection
owpk/java-reflect
Print all methods in any default /external lib java class
RandomKiddo/BadMath
A Java proof-of-concept on incorrect mathematics
ricomaster9000/Java-Reflection-Utils
A small library for wrapping some reflection logic
developerKhusanjon/data-generator-for-rdbms
Data generator to populate relational database tables
Electrostat-Lab/Jme3-testable
An API designed to automatically select and test jme3 examples.
lucasspeixoto/java-reflection
Repositório de documentação a respeito de Java Reflection assim como algumas implementações de fim didático
MaksymAndreiev/CrossPlatformProgCourse
Workshop on the course "Cross Platform Programming" at V. N. Karazin Kharkiv National University
moascode/java-reflection
Know about Java Reflection
rookie-leo/reflection_java
Trabalhando reflexão com Java
Tianscar/reflect-compat
Compatible layer for java.lang.reflect API which could run on Java 6+ (which meant fully support Android) and bypass the strong encapsulation in Java 16+.