Interface SolrJsonProcessor<T extends JSONResult>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SolrJsonProcessor<T extends JSONResult>
    Processes Json returned from Solr
    Author:
    Gethin James
    • Method Detail

      • getResult

        T getResult​(org.json.JSONObject json)