Module net.kemuri9.invoke
Package net.kemuri9.invoke
Invocation Utilities
-
Interface Summary Interface Description GetFullAccess Service interface for declaring how to retrieve the JVM's Full accessMethodHandles.Lookup
InvokeExecutable<R> Represents an Executable and its access through the Invocation engineInvokeField Represents a Field and its access through the Invocation engineInvokeFieldInstance<C,T> Represents an instance Field and its access through the Invocation engineInvokeFieldStatic<T> Represents a static Field and its access through the Invocation engineUnreflector<E extends Member,R> Perform a unreflecting Lookup onMethodHandles.Lookup
to retrieve some resultUnreflectToMethodHandle<E extends Member> Specialization ofUnreflector
for returningMethodHandle
sUnreflectToVarHandle<E extends Member> Specialization ofUnreflector
for returningVarHandle
s -
Class Summary Class Description InvokeUtils Utilities for Invocation