Registry / testing / fest-reflect

fest-reflect

JSON →
library1.4.1javamavenunverified

Fluent interface for Java reflection, simplifying common reflective operations.

<dependency> <groupId>org.easytesting</groupId> <artifactId>fest-reflect</artifactId> <version>1.4.1</version> </dependency>
INSTALL
IMPORT
SIG · FEST-REFLECT
F
fest-reflect
testingjavav1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reflection
org.fest.reflect.core.Reflection

Invokes a method reflectively using FEST's fluent API.

import org.fest.reflect.core.Reflection; public class App { public static void main(String[] args) { String result = Reflection.method("toString").invoke("hello"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fest-reflect — mvn dependency:get fest-reflect · libregistry