Uses of Class
io.microsphere.invoke.MethodHandleUtils.LookupMode
-
Packages that use MethodHandleUtils.LookupMode Package Description io.microsphere.invoke -
-
Uses of MethodHandleUtils.LookupMode in io.microsphere.invoke
Methods in io.microsphere.invoke that return MethodHandleUtils.LookupMode Modifier and Type Method Description static MethodHandleUtils.LookupMode
MethodHandleUtils.LookupMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodHandleUtils.LookupMode[]
MethodHandleUtils.LookupMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.invoke with parameters of type MethodHandleUtils.LookupMode Modifier and Type Method Description static int
MethodHandleUtils.LookupMode. getModes(MethodHandleUtils.LookupMode... lookupModes)
static java.lang.invoke.MethodHandles.Lookup
MethodHandleUtils. lookup(java.lang.Class<?> lookupClass, MethodHandleUtils.LookupMode... lookupModes)
Create an instance ofMethodHandles.Lookup
by the specified lookup class withall access (public, private, protected and package)
-