Package net.bytebuddy.dynamic.loading
Interface ClassInjector.UsingUnsafe.System
- Enclosing class:
ClassInjector.UsingUnsafe
A proxy of
java.lang.System
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the current security manager ornull
if not available.
-
Method Details
-
getSecurityManager
Returns the current security manager ornull
if not available.- Returns:
- The current security manager or
null
if not available.
-