Class PropertyFetchingImpl


  • public class PropertyFetchingImpl
    extends java.lang.Object
    A re-usable class that can fetch from POJOs
    • Constructor Detail

      • PropertyFetchingImpl

        public PropertyFetchingImpl​(java.lang.Class<?> singleArgumentType)
    • Method Detail

      • getPropertyValue

        public java.lang.Object getPropertyValue​(java.lang.String propertyName,
                                                 java.lang.Object object,
                                                 GraphQLType graphQLType,
                                                 boolean dfeInUse,
                                                 java.util.function.Supplier<java.lang.Object> singleArgumentValue)
      • clearReflectionCache

        public void clearReflectionCache()
      • setUseSetAccessible

        public boolean setUseSetAccessible​(boolean flag)
      • setUseLambdaFactory

        public boolean setUseLambdaFactory​(boolean flag)
      • setUseNegativeCache

        public boolean setUseNegativeCache​(boolean flag)