Class PrivilegedGetFieldType

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<java.lang.Class>

    public class PrivilegedGetFieldType
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<java.lang.Class>
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivilegedGetFieldType​(java.lang.reflect.Field field)  
    • Method Summary

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

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

      • PrivilegedGetFieldType

        public PrivilegedGetFieldType​(java.lang.reflect.Field field)
    • Method Detail

      • run

        public java.lang.Class run()
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<java.lang.Class>