Class Modules


  • public class Modules
    extends java.lang.Object
    Created by headius on 10/18/17.
    • Constructor Summary

      Constructors 
      Constructor Description
      Modules()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Module getModule​(java.lang.Class cls)  
      private static boolean trySetAccessible​(java.lang.Class<?> declaringClass, java.lang.reflect.AccessibleObject accessibleObject)  
      static <T extends java.lang.reflect.AccessibleObject & java.lang.reflect.Member>
      boolean
      trySetAccessible​(T accessibleMember)  
      • Methods inherited from class java.lang.Object

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

      • Modules

        public Modules()
    • Method Detail

      • getModule

        public static Module getModule​(java.lang.Class cls)
      • trySetAccessible

        public static <T extends java.lang.reflect.AccessibleObject & java.lang.reflect.Member> boolean trySetAccessible​(T accessibleMember)
      • trySetAccessible

        private static boolean trySetAccessible​(java.lang.Class<?> declaringClass,
                                                java.lang.reflect.AccessibleObject accessibleObject)