Class JsonObjectIterator
java.lang.Object
org.eclipse.yasson.internal.jsonstructure.JsonObjectIterator
- All Implemented Interfaces:
Iterator<javax.json.stream.JsonParser.Event>
Iterates over
JsonObject managing internal state.-
Method Details
-
next
public javax.json.stream.JsonParser.Event next() -
hasNext
public boolean hasNext() -
getValue
public javax.json.JsonValue getValue()JsonValuefor current key.- Returns:
- Current JsonValue.
-
getKey
Current key this iterator is pointing at.- Returns:
- Current key.
-