-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.json.stream.JsonParser
javax.json.stream.JsonParser.Event
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.json.stream.JsonParser
getArray, getArrayStream, getObject, getObjectStream, getValueStream, skipArray, skipObject
-
-
Method Detail
-
getInt
public int getInt()
- Specified by:
getInt
in interface javax.json.stream.JsonParser
- Overrides:
getInt
in class JsonValueParserAdapter<javax.json.JsonNumber>
-
getLong
public long getLong()
- Specified by:
getLong
in interface javax.json.stream.JsonParser
- Overrides:
getLong
in class JsonValueParserAdapter<javax.json.JsonNumber>
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.