Interface ClassInjector.UsingReflection.System

Enclosing class:
ClassInjector.UsingReflection

@Proxied("java.lang.System") protected static interface ClassInjector.UsingReflection.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.