Skip to content
/ mirage Public

Java Class File Format in a reflection like API.

License

Notifications You must be signed in to change notification settings

nkrul/mirage

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

No packages published

Languages