Package net.bytebuddy.dynamic.loading
Interface ClassInjector.UsingReflection.System
-
- Enclosing class:
- ClassInjector.UsingReflection
@Proxied("java.lang.System") protected static interface ClassInjector.UsingReflection.System
A proxy ofjava.lang.System
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getSecurityManager()
Returns the current security manager ornull
if not available.
-
-
-
Method Detail
-
getSecurityManager
@MaybeNull @IsStatic @Defaults java.lang.Object getSecurityManager()
Returns the current security manager ornull
if not available.- Returns:
- The current security manager or
null
if not available.
-
-