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_CACHEprivate java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CachedLambdaFunction>PropertyFetchingImpl. LAMBDA_CACHEprivate java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CachedMethod>PropertyFetchingImpl. METHOD_CACHEprivate java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CacheKey>PropertyFetchingImpl. NEGATIVE_CACHEprivate java.util.concurrent.ConcurrentMap<PropertyFetchingImpl.CacheKey,PropertyFetchingImpl.CacheKey>PropertyFetchingImpl. NEGATIVE_CACHEMethods in graphql.schema that return PropertyFetchingImpl.CacheKey Modifier and Type Method Description private PropertyFetchingImpl.CacheKeyPropertyFetchingImpl. 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.MethodPropertyFetchingImpl. 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.MethodPropertyFetchingImpl. findRecordMethod(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Class<?> rootClass, java.lang.String methodName)private java.lang.reflect.MethodPropertyFetchingImpl. findViaSetAccessible(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Class<?> aClass, java.lang.String methodName, boolean dfeInUse)private java.lang.ObjectPropertyFetchingImpl. getPropertyViaFieldAccess(PropertyFetchingImpl.CacheKey cacheKey, java.lang.Object object, java.lang.String propertyName)private booleanPropertyFetchingImpl. isNegativelyCached(PropertyFetchingImpl.CacheKey key)private voidPropertyFetchingImpl. putInNegativeCache(PropertyFetchingImpl.CacheKey key)
-