Interface ClassInjector.UsingUnsafe.System

Enclosing class:
ClassInjector.UsingUnsafe

@Proxied("java.lang.System") protected static interface ClassInjector.UsingUnsafe.System
A proxy of java.lang.System.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current security manager or null if not available.
  • Method Details

    • getSecurityManager

      @MaybeNull @IsStatic @Defaults Object getSecurityManager()
      Returns the current security manager or null if not available.
      Returns:
      The current security manager or null if not available.