Module org.klojang.invoke


module org.klojang.invoke
Klojang Invoke is a 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.
  • Packages

    Exports
    Package
    Description
    Provides a bean reader and bean writer based on method handles and a minimal amount of reflection.
    Classes related to following a path to the object or resource denoted by it.