Searched defs:JSONWriter (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONWriter.java31 // IDEA 1) have JSONParser.getString(JSONWriter out)?
34 // IDEA: a subclass of JSONWriter could provide more state and stricter checking
36 public class JSONWriter extends TextWriter { class in inherits:TextWriter
41 JSONWriter(CharArr out) { method in class:JSONWriter
/lucene-3.6.0/solr/core/src/java/org/apache/solr/response/
H A DJSONResponseWriter.java56 JSONWriter w = new JSONWriter(writer, req, rsp);
69 class JSONWriter extends TextResponseWriter { class in inherits:TextResponseWriter
85 public JSONWriter(Writer writer, SolrQueryRequest req, SolrQueryResponse rsp) { method in class:JSONWriter
782 abstract class NaNFloatWriter extends JSONWriter {

Completed in 11 milliseconds