Uses of Class
jdk.dynalink.SecureLookupSupplier
Packages that use SecureLookupSupplier
包
描述
Contains interfaces and classes that are used to link an
invokedynamic
call site.
Contains interfaces and classes needed by language runtimes to implement
their own language-specific object models and type conversions.
-
Uses of SecureLookupSupplier in jdk.dynalink
Subclasses of SecureLookupSupplier in jdk.dynalink修饰符和类Class描述class
Call site descriptors contain all the information necessary for linking a call site. -
Uses of SecureLookupSupplier in jdk.dynalink.linker
Methods in jdk.dynalink.linker with parameters of type SecureLookupSupplier修饰符和类方法描述<T> T
LinkerServices.getWithLookup
(Supplier<T> operation, SecureLookupSupplier lookupSupplier) Executes an operation within the context of a particularMethodHandles.Lookup
lookup object.