インタフェース SObjectNode

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

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

    • create

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

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