| Stability | provisional |
|---|---|
| Maintainer | [email protected] |
| Safe Haskell | None |
Language.Java.Reflect
Description
Methods for reflecting Java classes using a JVM as source of information.
- getReflectClasses :: Java (Bool -> [String] -> Java (Map String JavaClass))
- module Language.Java.Reflect.Types
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).
module Language.Java.Reflect.Types