Registry / utility / reflection-util

reflection-util

JSON →
library2.19.1javamavenunverified

Java Reflection Utility Classes provides helper methods for common reflection operations in Java.

<dependency> <groupId>de.cronn</groupId> <artifactId>reflection-util</artifactId> <version>2.19.1</version> </dependency>
INSTALL
IMPORT
SIG · REFLECTION-UTIL
R
reflection-util
utilityjavav2.19.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.

ReflectionUtils
de.cronn.reflection.util.ReflectionUtils

Demonstrates using ReflectionUtils to get a field value.

import de.cronn.reflection.util.ReflectionUtils; public class Example { public static void main(String[] args) { String fieldValue = ReflectionUtils.getFieldValue(new Object(), "fieldName"); System.out.println(fieldValue); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.19.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
reflection-util — mvn dependency:get reflection-util · libregistry