Class PropertyFetchingImpl

java.lang.Object
graphql.schema.PropertyFetchingImpl

public class PropertyFetchingImpl extends Object
A re-usable class that can fetch from POJOs
  • Constructor Details

    • PropertyFetchingImpl

      public PropertyFetchingImpl(Class<?> singleArgumentType)
  • 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)