Uses of Class
graphql.schema.PropertyFetchingImpl.CacheKey
-
Packages that use PropertyFetchingImpl.CacheKey Package Description graphql.schema -
-
Uses of PropertyFetchingImpl.CacheKey in graphql.schema
Fields in graphql.schema with type parameters of type PropertyFetchingImpl.CacheKey Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,java.lang.reflect.Field>
PropertyFetchingImpl. FIELD_CACHE
private java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CachedLambdaFunction>
PropertyFetchingImpl. LAMBDA_CACHE
private java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CachedMethod>
PropertyFetchingImpl. METHOD_CACHE
private java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CacheKey>
PropertyFetchingImpl. NEGATIVE_CACHE
private java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CacheKey>
PropertyFetchingImpl. NEGATIVE_CACHE
Methods in graphql.schema that return PropertyFetchingImpl.CacheKey Modifier and Type Method Description private PropertyFetchingImpl.CacheKey
PropertyFetchingImpl. mkCacheKey(java.lang.Object object, java.lang.String propertyName)
Methods in graphql.schema with parameters of type PropertyFetchingImpl.CacheKey Modifier and Type Method Description private java.lang.reflect.Method
PropertyFetchingImpl. findPubliclyAccessibleMethod(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Class<?> rootClass, java.lang.String methodName, boolean dfeInUse, boolean allowStaticMethods)
Invoking public methods on package-protected classes via reflection causes exceptions.private java.lang.reflect.Method
PropertyFetchingImpl. findRecordMethod(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Class<?> rootClass, java.lang.String methodName)
private java.lang.reflect.Method
PropertyFetchingImpl. findViaSetAccessible(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Class<?> aClass, java.lang.String methodName, boolean dfeInUse)
private java.lang.Object
PropertyFetchingImpl. getPropertyViaFieldAccess(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Object object, java.lang.String propertyName)
private boolean
PropertyFetchingImpl. isNegativelyCached(PropertyFetchingImpl.CacheKey key)
private void
PropertyFetchingImpl. putInNegativeCache(PropertyFetchingImpl.CacheKey key)
-