Class PrivilegedGetMethodParameterTypes

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

    public class PrivilegedGetMethodParameterTypes
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<java.lang.Class[]>
    • 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

      • PrivilegedGetMethodParameterTypes

        public PrivilegedGetMethodParameterTypes​(java.lang.reflect.Method method)
    • Method Detail

      • run

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