Uses of Class
com.alibaba.fastjson2.stream.JSONStreamReader
Packages that use JSONStreamReader
-
Uses of JSONStreamReader in com.alibaba.fastjson2.stream
Subclasses of JSONStreamReader in com.alibaba.fastjson2.streamMethods in com.alibaba.fastjson2.stream that return JSONStreamReaderModifier and TypeMethodDescriptionstatic JSONStreamReaderstatic JSONStreamReaderJSONStreamReader.of(InputStream in) static JSONStreamReaderJSONStreamReader.of(InputStream in, Class objectClass) static JSONStreamReaderJSONStreamReader.of(InputStream in, Type... types) static JSONStreamReaderJSONStreamReader.of(InputStream in, Charset charset, Class objectClass) static JSONStreamReaderJSONStreamReader.of(InputStream in, Charset charset, Type... types)