Java javax.json.stream JsonParser fields, constructors, methods, implement or subclass

Example usage for Java javax.json.stream JsonParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.json.stream JsonParser.

The text is from its open source code.

Method

BigDecimalgetBigDecimal()
Returns a JSON number as a BigDecimal .
intgetInt()
Returns a JSON number as an integer.
StringgetString()
Returns a String for the name in a name/value pair, for a string value or a number value.
booleanhasNext()
Returns true if there are more parsing states.
booleanisIntegralNumber()
Returns true if the JSON number at the current parser state is a integral number.
Eventnext()
Returns the event for the next parsing state.