Package graphql.schema
Class PropertyFetchingImpl.CachedMethod
- java.lang.Object
-
- graphql.schema.PropertyFetchingImpl.CachedMethod
-
- Enclosing class:
- PropertyFetchingImpl
private final class PropertyFetchingImpl.CachedMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
method
private boolean
takesSingleArgumentTypeAsOnlyArgument
-
Constructor Summary
Constructors Constructor Description CachedMethod(java.lang.reflect.Method method)
-