-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SecureLookupSupplier
public SecureLookupSupplier(MethodHandles.Lookup lookup)
Creates a new secure lookup supplier, securing the passed lookup.
- Parameters:
lookup
- the lookup to secure. Can not be null.
- Throws:
NullPointerException
- if null is passed.