Class MethodCache


  • public final class MethodCache
    extends java.lang.Object
    Author:
    baldersheim
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodCache​(java.lang.String methodName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method get​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • MethodCache

        public MethodCache​(java.lang.String methodName)
    • Method Detail

      • get

        public final java.lang.reflect.Method get​(java.lang.Object object)