Reflection
Reflection is a handy too which let's you introspect any Java class loaded by ColdFusion. The poject provides a very simple interface into which you simply type the fully qualified class name you want to inspect. Assuming it's loaded into the JVM, Reflection will output a page of details about the class. Including:
- Object field details
- Constructors
- Methods
- And more!
You can easily click on class names in the resulting documentation to see their documentation.







