Package com.jayway.jsonpath.spi.mapper
Class JakartaMappingProvider.JsonObjectScope
java.lang.Object
com.jayway.jsonpath.spi.mapper.JakartaMappingProvider.JsonStructureScope
com.jayway.jsonpath.spi.mapper.JakartaMappingProvider.JsonObjectScope
- All Implemented Interfaces:
Iterator<jakarta.json.JsonValue>
- Enclosing class:
JakartaMappingProvider
private static class JakartaMappingProvider.JsonObjectScope
extends JakartaMappingProvider.JsonStructureScope
-
Field Details
-
it
-
value
private jakarta.json.JsonValue value -
key
-
-
Constructor Details
-
JsonObjectScope
JsonObjectScope(jakarta.json.JsonObject object)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public jakarta.json.JsonValue next() -
getValue
jakarta.json.JsonValue getValue()Description copied from class:JakartaMappingProvider.JsonStructureScopeReturns currentJsonValue, that the parser is pointing on. Before theIterator.next()method has been called, this returnsnull.- Specified by:
getValuein classJakartaMappingProvider.JsonStructureScope- Returns:
- JsonValue value object.
-
getKey
String getKey()
-