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
Builder
class forBeanReader
instances.ABeanValueTransformer
can be "inserted" into aBeanReader
andBeanWriter
to modify the value to be returned to the user by theBeanReader
, or to be written to the bean by theBeanWriter
.Represents a getter for a single property.Assembles, caches, and suppliesgetters
for classes.Thrown by aBeanWriter
if 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 aBeanReader
or written by aBeanWriter
.Thrown if aBeanReader
is 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 suppliessetters
for classes.