All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.klojang.invoke.package-info Maven / Gradle / Ivy

Go to download

Klojang Invoke is a Java module focused on path-based object access and dynamic invocation. Its central classes are the Path class and the PathWalker class. The Path class captures a path through an object graph. For example "employee.address.city". The PathWalker class lets you read from and write to a wide variety of types using Path objects.

The newest version!
/**
 * Provides a bean reader and bean writer based on method handles and a minimal
 * amount of reflection.
 *
 * @author Ayco Holleman
 */
package org.klojang.invoke;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy