Package net.bytebuddy.utility.privilege
A package containing
PrivilegedActions that are used for invoking sensitive methods.-
Class Summary Class Description GetMethodAction Resolves a public method for a given type or returnsnullif the type or method are not available or if a resolution is not possible.GetSystemPropertyAction An action for reading a system property as a privileged action.SetAccessibleAction<T extends java.lang.reflect.AccessibleObject> An action for making anAccessibleObjectaccessible.