java-reflect-0.9.1: Tools for reflecting on Java classes.

Stabilityprovisional
Maintainerjulian.fleischer@fu-berlin.de
Safe HaskellNone

Language.Java.Reflect

Description

Methods for reflecting Java classes using a JVM as source of information.

Synopsis

Documentation

getReflectClasses :: Java (Bool -> [String] -> Java (Map String JavaClass))Source

Creates a function which can be used to gather reflection information about classes identified by their binary name (e.g. java.lang.Thread$State).