Package net.bytebuddy.dynamic.loading
Interface ClassInjector.UsingReflection.System
- Enclosing class:
ClassInjector.UsingReflection
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.
-