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 ornullif not available.
-
Method Details
-
getSecurityManager
Returns the current security manager ornullif not available.- Returns:
- The current security manager or
nullif not available.
-