Package net.bytebuddy.utility.privilege
@ByDefault
package net.bytebuddy.utility.privilege
A package containing
PrivilegedAction
s that are used for invoking sensitive methods.-
ClassesClassDescriptionResolves a public method for a given type or returns
null
if the type or method are not available or if a resolution is not possible.An action for reading a system property as a privileged action.SetAccessibleAction<T extends AccessibleObject>An action for making anAccessibleObject
accessible.