Package javax.json.stream
Interface JsonParser
- All Superinterfaces:
AutoCloseable,Closeable
-
Method Details
-
hasNext
boolean hasNext() -
next
JsonParser.Event next() -
getString
String getString() -
isIntegralNumber
boolean isIntegralNumber() -
getInt
int getInt() -
getLong
long getLong() -
getBigDecimal
BigDecimal getBigDecimal() -
getLocation
JsonLocation getLocation() -
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getObject
-
getValue
-
getArray
-
getArrayStream
-
getObjectStream
-
getValueStream
-
skipArray
default void skipArray() -
skipObject
default void skipObject()
-