Package com.jayway.jsonpath.spi.mapper
Class JakartaMappingProvider.JsonStructureScope
java.lang.Object
com.jayway.jsonpath.spi.mapper.JakartaMappingProvider.JsonStructureScope
- All Implemented Interfaces:
Iterator<jakarta.json.JsonValue>
- Direct Known Subclasses:
JakartaMappingProvider.JsonArrayScope,JakartaMappingProvider.JsonObjectScope
- Enclosing class:
JakartaMappingProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract jakarta.json.JsonValuegetValue()Returns currentJsonValue, that the parser is pointing on.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
JsonStructureScope
private JsonStructureScope()
-
-
Method Details
-
getValue
abstract jakarta.json.JsonValue getValue()Returns currentJsonValue, that the parser is pointing on. Before theIterator.next()method has been called, this returnsnull.- Returns:
- JsonValue value object.
-