Skip to content

nkrul/mirage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirage Build Status

Java Pre Classloader Reflection

This Project aims to give you all of the 'useful' parts of reflection, without actually needing to load the class.

A paralell class-based wrapper is also provided.

This allows for classes to be inspected without classloading them - and without any static initializers executing.

To Use, use one of the below formats:

Mirage loadedClassMirage = new ClassReflectionMirage(classReference);
Mirage unloadedClassMirage = new ClassFormatMirage(inputStreamSource);

About

Java Class File Format in a reflection like API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages