Uses of Package
org.klojang.invoke
Packages that use org.klojang.invoke
Package
Description
Provides a bean reader and bean writer based on method handles and a minimal
amount of reflection.
-
Classes in org.klojang.invoke used by org.klojang.invokeClassDescriptionA dynamic bean reader class.A
Builderclass forBeanReaderinstances.A function that can be applied to transform a value just retrieved from a bean, or about to be set on a bean.Represents a getter for a single property.Assembles, caches, and suppliesgettersfor classes.Thrown by aBeanWriterif it failed to write a value to a property, for example because of a type mismatch.Used to indicate whether you want to allow or disallow properties from being read by aBeanReaderor written by aBeanWriter.Thrown if aBeanReaderis created for a class with zero public getters, or if they were all excluded while constructing theBeanReader.Thrown when attempting to read or write a non-existent or inaccessible bean property.Represents a setter for a single property.Assembles, caches and suppliessettersfor classes.