Interface ProductsResolver<T,​A>

    • Method Detail

      • cacheResult

        default boolean cacheResult()
        Should the result from this resolver be cached? In some cases it might be more harm than good to cache the results...
      • resolve

        T resolve​(Collection<Product> products,
                  String name,
                  A argument)
        Resolves the value from the collection of products