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_CACHEprivate final ConcurrentMap<PropertyFetchingImpl.CacheKey, PropertyFetchingImpl.CachedLambdaFunction> PropertyFetchingImpl.LAMBDA_CACHEPropertyFetchingImpl.METHOD_CACHEprivate final ConcurrentMap<PropertyFetchingImpl.CacheKey, PropertyFetchingImpl.CacheKey> PropertyFetchingImpl.NEGATIVE_CACHEprivate final ConcurrentMap<PropertyFetchingImpl.CacheKey, PropertyFetchingImpl.CacheKey> PropertyFetchingImpl.NEGATIVE_CACHEMethods in graphql.schema that return PropertyFetchingImpl.CacheKeyModifier and TypeMethodDescriptionprivate PropertyFetchingImpl.CacheKeyPropertyFetchingImpl.mkCacheKey(Object object, String propertyName) Methods in graphql.schema with parameters of type PropertyFetchingImpl.CacheKeyModifier and TypeMethodDescriptionprivate MethodPropertyFetchingImpl.findPubliclyAccessibleMethod(PropertyFetchingImpl.CacheKey cacheKey, Class<?> rootClass, String methodName, boolean dfeInUse, boolean allowStaticMethods) Invoking public methods on package-protected classes via reflection causes exceptions.private MethodPropertyFetchingImpl.findRecordMethod(PropertyFetchingImpl.CacheKey cacheKey, Class<?> rootClass, String methodName) private MethodPropertyFetchingImpl.findViaSetAccessible(PropertyFetchingImpl.CacheKey cacheKey, Class<?> aClass, String methodName, boolean dfeInUse) private ObjectPropertyFetchingImpl.getPropertyViaFieldAccess(PropertyFetchingImpl.CacheKey cacheKey, Object object, String propertyName) private booleanPropertyFetchingImpl.isNegativelyCached(PropertyFetchingImpl.CacheKey key) private voidPropertyFetchingImpl.putInNegativeCache(PropertyFetchingImpl.CacheKey key)