Class JsonStructureParser.ObjectScope

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Iterator<java.util.Map.Entry<java.lang.String,​jakarta.json.JsonValue>> it  
      private java.lang.String key  
      private jakarta.json.JsonValue value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectScope​(jakarta.json.JsonObject object)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) jakarta.json.JsonValue getJsonValue()  
      boolean hasNext()  
      java.util.Map.Entry<java.lang.String,​jakarta.json.JsonValue> next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • it

        private final java.util.Iterator<java.util.Map.Entry<java.lang.String,​jakarta.json.JsonValue>> it
      • value

        private jakarta.json.JsonValue value
      • key

        private java.lang.String key
    • Constructor Detail

      • ObjectScope

        ObjectScope​(jakarta.json.JsonObject object)
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public java.util.Map.Entry<java.lang.String,​jakarta.json.JsonValue> next()
      • remove

        public void remove()