Class AbstractJsonObjectResponse

    • Constructor Detail

      • AbstractJsonObjectResponse

        public AbstractJsonObjectResponse()
      • AbstractJsonObjectResponse

        public AbstractJsonObjectResponse​(String jsonString)
      • AbstractJsonObjectResponse

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

      • getArray

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

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

        public javax.json.JsonObject getJsonObject()
      • contains

        public boolean contains​(String propertyName)
      • getPropertyNames

        public Set<String> getPropertyNames()
      • getAllProperties

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

        protected String getNonNullJsonString()