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

private abstract static class JakartaMappingProvider.JsonStructureScope extends Object implements Iterator<jakarta.json.JsonValue>
  • Constructor Details

    • JsonStructureScope

      private JsonStructureScope()
  • Method Details

    • getValue

      abstract jakarta.json.JsonValue getValue()
      Returns current JsonValue, that the parser is pointing on. Before the Iterator.next() method has been called, this returns null.
      Returns:
      JsonValue value object.