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 TypeMethodDescriptionvoidgetPropertyValue(String propertyName, Object object, GraphQLType graphQLType, boolean dfeInUse, Supplier<?> singleArgumentValue) booleansetUseLambdaFactory(boolean flag) booleansetUseNegativeCache(boolean flag) booleansetUseSetAccessible(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)
-