Class PropertyFetchingImpl.CachedMethod

java.lang.Object
graphql.schema.PropertyFetchingImpl.CachedMethod
Enclosing class:
PropertyFetchingImpl

private final class PropertyFetchingImpl.CachedMethod extends Object
  • Field Details

    • method

      private final Method method
    • takesSingleArgumentTypeAsOnlyArgument

      private final boolean takesSingleArgumentTypeAsOnlyArgument
  • Constructor Details

    • CachedMethod

      CachedMethod(Method method)