Class ReflectionMethodsMirror<T>

java.lang.Object
org.midheaven.lang.reflection.ReflectionMethodsMirror<T>
All Implemented Interfaces:
MethodsMirror<T>

public class ReflectionMethodsMirror<T> extends Object implements MethodsMirror<T>
Represents Reflection Methods Mirror.
  • Constructor Details

    • ReflectionMethodsMirror

      public ReflectionMethodsMirror(Class<T> type)
      Creates a new ReflectionMethodsMirror.
      Parameters:
      type - the type value
  • Method Details