Class PrivilegedGetFields

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<java.lang.reflect.Field[]>

    public class PrivilegedGetFields
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<java.lang.reflect.Field[]>
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivilegedGetFields​(java.lang.Class javaClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Field[] run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrivilegedGetFields

        public PrivilegedGetFields​(java.lang.Class javaClass)
    • Method Detail

      • run

        public java.lang.reflect.Field[] run()
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<java.lang.reflect.Field[]>