Module jdk.dynalink

Class Lookup

java.lang.Object
jdk.dynalink.linker.support.Lookup

public final class Lookup extends Object
A wrapper around MethodHandles.Lookup that masks checked exceptions. It is useful in those cases when you're looking up methods within your own codebase (therefore it is an error if they are not present).