Class Reflect

java.lang.Object
me.wobblyyyy.pathfinder.runtime.Reflect

public class Reflect
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    private static org.reflections.Reflections reflections  
  • Constructor Summary

    Constructors
    Constructor Description
    Reflect()  
  • Method Summary

    Modifier and Type Method Description
    static org.reflections.Reflections get()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • reflections

      private static final org.reflections.Reflections reflections
  • Constructor Details

    • Reflect

      public Reflect()
  • Method Details

    • get

      public static org.reflections.Reflections get()