インタフェース SJsonNode
- すべてのスーパーインタフェース:
SLockable
,SScalar<com.fasterxml.jackson.databind.JsonNode>
,SVariable
,Unlockable
- 既知の実装クラスのリスト:
SJsonNodeImpl
Represents the JSON data.
-
メソッドの概要
修飾子とタイプメソッド説明com.fasterxml.jackson.databind.node.ArrayNode
Creates a JSON array, sets to it and returns it.com.fasterxml.jackson.databind.node.ObjectNode
Creates a JSON object, sets to it and returns it.boolean
equals
(com.fasterxml.jackson.databind.JsonNode target) Returns true if the specified target is equal to this.インタフェースから継承されたメソッド org.wcardinal.controller.data.SLockable
isLocked, lock, tryLock, tryLock, unlock, unlock
インタフェースから継承されたメソッド org.wcardinal.controller.data.SScalar
compareAndSet, contains, containsAll, equals, get, getAndSet, getValue, indexOf, isEmpty, isNotNull, isNull, lastIndexOf, reset, resetValue, set, setValue, size, toDirty
インタフェースから継承されたメソッド org.wcardinal.controller.data.SVariable
initialize, isInitialized, isNonNull, isReadOnly
-
メソッドの詳細
-
createObjectNode
Creates a JSON object, sets to it and returns it.- 戻り値:
- the new JSON object
-
createArrayNode
Creates a JSON array, sets to it and returns it.- 戻り値:
- the new JSON array
-
equals
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
-