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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetResult(org.json.JSONObject json)
-
-
-
Method Detail
-
getResult
T getResult(org.json.JSONObject json)
-
-