Overview
REFLECTO
Introduction
Reflecto is an open-source Java library designed to streamline and simplify the usage of Java reflection. With Reflecto, developers can effortlessly access and manipulate fields, invoke methods, and work with complex types. Whether navigating through nested objects or interacting with collections, Reflecto provides an intuitive interface, making reflection tasks more accessible and developer-friendly.
Key Features:
Type Handling: Easily create and manage types for various data structures.
Field Operations: Seamlessly get and set field values, even within nested structures.
Method Invocation: Invoke methods with or without parameters, including interactions with collections.
Mixed Usage: Combine field access and method invocation in a cohesive manner.
Maven Dependency
To add Reflecto to your project, include the following dependency in your pom.xml
You can find the latest version on Maven Repository.
License
Reflecto library is licensed under the Apache License, Version 2.0.
Last updated