Class PropertyFetchingImpl.CachedMethod

  • Enclosing class:
    PropertyFetchingImpl

    private final class PropertyFetchingImpl.CachedMethod
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CachedMethod​(java.lang.reflect.Method method)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • method

        private final java.lang.reflect.Method method
      • takesSingleArgumentTypeAsOnlyArgument

        private final boolean takesSingleArgumentTypeAsOnlyArgument
    • Constructor Detail

      • CachedMethod

        CachedMethod​(java.lang.reflect.Method method)