FEST Reflection 1.4.1 API

This document is the API specification for the FEST Reflection Module.

In order to use the fluent interface, you need to start with the class org.fest.reflect.core.Reflection.

Packages
Package
Description
Provides a "fluent" API for property access via the Bean Instrospection API.
Provides a "fluent" API for constructor invocation via the Java Reflection API.
Provides a "fluent" API that makes usage of the Java Reflection API easier and improves code readability.
Exceptions used in the FEST-Reflect module.
Provides a "fluent" API for field access via the Java Reflection API.
 
Provides a "fluent" API for accessing static inner classes via the Java Reflection API.
Provides a "fluent" API for method invocation via the Java Reflection API.
Provides support to use Java Generics overcoming the limitations of erasure.
Provides a "fluent" API for loading classes dynamically.
Utility methods.