Class AbstractJsonObjectResponse

    • Constructor Detail

      • AbstractJsonObjectResponse

        public AbstractJsonObjectResponse()
      • AbstractJsonObjectResponse

        public AbstractJsonObjectResponse​(String jsonString)
      • AbstractJsonObjectResponse

        public AbstractJsonObjectResponse​(jakarta.json.JsonObject json)
    • Method Detail

      • getArray

        public jakarta.json.JsonArray getArray​(String name)
      • getObject

        public jakarta.json.JsonObject getObject​(String name)
      • getJsonObject

        public jakarta.json.JsonObject getJsonObject()
      • contains

        public boolean contains​(String propertyName)
      • getPropertyNames

        public Set<String> getPropertyNames()
      • getAllProperties

        public Set<Map.Entry<String,​jakarta.json.JsonValue>> getAllProperties()
      • getNonNullJsonString

        protected String getNonNullJsonString()