Package net.bytebuddy.utility.privilege
A package containing
PrivilegedAction
s that are used for invoking sensitive methods.-
Class Summary Class Description GetMethodAction Resolves a public method for a given type or returnsnull
if 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 anAccessibleObject
accessible.