Uses of Class
org.noggit.JSONParser
-
Packages that use JSONParser Package Description org.apache.solr.common.util Common utility classes reused on both clients & server.org.noggit Fork of the Noggit JSON parser. -
-
Uses of JSONParser in org.apache.solr.common.util
Fields in org.apache.solr.common.util with type parameters of type JSONParser Modifier and Type Field Description static Function<JSONParser,ObjectBuilder>Utils. MAPOBJBUILDERstatic Function<JSONParser,ObjectBuilder>Utils. MAPWRITEROBJBUILDERstatic Function<JSONParser,ObjectBuilder>Utils. STANDARDOBJBUILDERMethods in org.apache.solr.common.util that return JSONParser Modifier and Type Method Description static JSONParserUtils. getJSONParser(Reader reader)Methods in org.apache.solr.common.util with parameters of type JSONParser Modifier and Type Method Description static voidJsonRecordReader. consumeTillMatchingEnd(JSONParser parser, int obj, int arr)static List<Object>JsonRecordReader. parseArrayFieldValue(int ev, JSONParser parser, org.apache.solr.common.util.JsonRecordReader.MethodFrameWrapper runnable)static ObjectJsonRecordReader. parseSingleFieldValue(int ev, JSONParser parser, org.apache.solr.common.util.JsonRecordReader.MethodFrameWrapper runnable)voidJsonRecordReader. streamRecords(JSONParser parser, JsonRecordReader.Handler handler)Method parameters in org.apache.solr.common.util with type arguments of type JSONParser Modifier and Type Method Description static ObjectUtils. fromJSON(InputStream is, Function<JSONParser,ObjectBuilder> objBuilderProvider) -
Uses of JSONParser in org.noggit
Methods in org.noggit with parameters of type JSONParser Modifier and Type Method Description static voidObjectBuilder. checkEOF(JSONParser p)static ObjectObjectBuilder. getVal(JSONParser parser)consider to useObjectBuilder.getValStrict()static ObjectObjectBuilder. getValStrict(JSONParser parser)likeObjectBuilder.getVal(), but also check that there is nothing remaining in the given stream after closing bracket.Constructors in org.noggit with parameters of type JSONParser Constructor Description ObjectBuilder(JSONParser parser)
-