Package com.headius.invokebinder
-
Class Summary Class Description Binder The Binder class provides a DSL for building a chain of MethodHandles using various of the adaptations provided by java.lang.invoke.MethodHandles.Signature Signature represents a series of method arguments plus their symbolic names.SmartBinder Maintains both a Binder, for building a series of transformations, and a current Signature that maps symbolic names to arguments.SmartHandle A tuple of a Signature and a java.lang.invoke.MethodHandle, providing features of both plus a number of MethodHandles.* methods in a simpler form. -
Exception Summary Exception Description InvalidTransformException Exception raised when a Binder transform is not valid for the current signature.