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