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.LookupModeMethodHandleUtils.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 intMethodHandleUtils.LookupMode. getModes(MethodHandleUtils.LookupMode... lookupModes)static java.lang.invoke.MethodHandles.LookupMethodHandleUtils. lookup(java.lang.Class<?> requestedClass, MethodHandleUtils.LookupMode... lookupModes)Create an instance ofMethodHandles.Lookupby the specified lookup class withall access (public, private, protected and package)
-