インタフェース SJsonNode

すべてのスーパーインタフェース:
SLockable, SScalar<com.fasterxml.jackson.databind.JsonNode>, SVariable, Unlockable
既知の実装クラスのリスト:
SJsonNodeImpl

public interface SJsonNode extends SScalar<com.fasterxml.jackson.databind.JsonNode>
Represents the JSON data.
  • メソッドの詳細

    • createObjectNode

      @ThreadSafe com.fasterxml.jackson.databind.node.ObjectNode createObjectNode()
      Creates a JSON object, sets to it and returns it.
      戻り値:
      the new JSON object
    • createArrayNode

      @ThreadSafe com.fasterxml.jackson.databind.node.ArrayNode createArrayNode()
      Creates a JSON array, sets to it and returns it.
      戻り値:
      the new JSON array
    • equals

      @ThreadSafe boolean equals(com.fasterxml.jackson.databind.JsonNode target)
      Returns true if the specified target is equal to this.
      パラメータ:
      target - the target to be compared
      戻り値:
      true if the specified target is equal to this