インタフェース SArrayNode

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

public interface SArrayNode extends SScalar<com.fasterxml.jackson.databind.node.ArrayNode>
Represents the JSON array data.
  • メソッドの詳細

    • create

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

      @ThreadSafe boolean equals(com.fasterxml.jackson.databind.node.ArrayNode 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