Package graphql.schema
Class PropertyFetchingImpl
java.lang.Object
graphql.schema.PropertyFetchingImpl
A re-usable class that can fetch from POJOs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getPropertyValue
(String propertyName, Object object, GraphQLType graphQLType, boolean dfeInUse, Supplier<?> singleArgumentValue) boolean
setUseLambdaFactory
(boolean flag) boolean
setUseNegativeCache
(boolean flag) boolean
setUseSetAccessible
(boolean flag)
-
Constructor Details
-
PropertyFetchingImpl
-
-
Method Details
-
getPropertyValue
public Object getPropertyValue(String propertyName, Object object, GraphQLType graphQLType, boolean dfeInUse, Supplier<?> singleArgumentValue) -
clearReflectionCache
public void clearReflectionCache() -
setUseSetAccessible
public boolean setUseSetAccessible(boolean flag) -
setUseLambdaFactory
public boolean setUseLambdaFactory(boolean flag) -
setUseNegativeCache
public boolean setUseNegativeCache(boolean flag)
-