クラス SJsonNodeImpl
java.lang.Object
org.wcardinal.controller.data.internal.SBaseImpl<T>
org.wcardinal.controller.data.internal.SJsonNodeImpl
- すべての実装されたインタフェース:
SBase<com.fasterxml.jackson.databind.JsonNode>
,SJsonNode
,SLockable
,SScalar<com.fasterxml.jackson.databind.JsonNode>
,SVariable
,Unlockable
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
compact
(long authorizedRevision) boolean
compareAndSet
(com.fasterxml.jackson.databind.JsonNode expected, com.fasterxml.jackson.databind.JsonNode update) Atomically sets to the 'update' if the 'expected' is equal to the current value.boolean
Returns true if this contains the specified value.boolean
containsAll
(Collection<?> others) Returns true if this contains all the specified values.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.boolean
com.fasterxml.jackson.databind.JsonNode
get()
Returns the current value.com.fasterxml.jackson.databind.JsonNode
getAndSet
(com.fasterxml.jackson.databind.JsonNode value) Atomically sets to the specified value and returns the old value.com.fasterxml.jackson.databind.JsonNode
getValue()
Returns the current value.int
If the value isList
,ArrayNode
or an array, returns the index of the specified value.void
Initialize this.boolean
isEmpty()
Returns true if the size is zero.boolean
Returns true if the value is not null.boolean
isNull()
Returns true if the value is null.int
If the value isList
,ArrayNode
or an array, returns the last index of the specified value.void
onAuthorized
(long authorizedRevision) com.fasterxml.jackson.databind.JsonNode
reset()
Resets to the current value.com.fasterxml.jackson.databind.JsonNode
Resets to the current value.com.fasterxml.jackson.databind.JsonNode
set
(com.fasterxml.jackson.databind.JsonNode value) Sets to the specified value.void
setNonNull
(boolean isNonNull) com.fasterxml.jackson.databind.JsonNode
setValue
(com.fasterxml.jackson.databind.JsonNode value) Sets to the specified value.int
size()
void
toDirty()
Marks itself as updated.toString()
クラスから継承されたメソッド org.wcardinal.controller.data.internal.SBaseImpl
getRevision, getType, isInitialized, isLocked, isLoose, isNonNull, isReadOnly, isSoft, isWeak, lock, override, setLock, setLoose, setParent, setReadOnly, setSoft, setWeak, tryLock, tryLock, uninitialize, unlock, unlock
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド 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
-
コンストラクタの詳細
-
SJsonNodeImpl
public SJsonNodeImpl()
-
-
メソッドの詳細
-
createArrayNode
public com.fasterxml.jackson.databind.node.ArrayNode createArrayNode()インタフェースからコピーされた説明:SJsonNode
Creates a JSON array, sets to it and returns it.- 定義:
createArrayNode
インタフェース内SJsonNode
- 戻り値:
- the new JSON array
-
createObjectNode
public com.fasterxml.jackson.databind.node.ObjectNode createObjectNode()インタフェースからコピーされた説明:SJsonNode
Creates a JSON object, sets to it and returns it.- 定義:
createObjectNode
インタフェース内SJsonNode
- 戻り値:
- the new JSON object
-
equals
public boolean equals(com.fasterxml.jackson.databind.JsonNode target) インタフェースからコピーされた説明:SJsonNode
Returns true if the specified target is equal to this. -
get
public com.fasterxml.jackson.databind.JsonNode get()インタフェースからコピーされた説明:SScalar
Returns the current value. -
set
public com.fasterxml.jackson.databind.JsonNode set(com.fasterxml.jackson.databind.JsonNode value) インタフェースからコピーされた説明:SScalar
Sets to the specified value. -
reset
public com.fasterxml.jackson.databind.JsonNode reset()インタフェースからコピーされた説明:SScalar
Resets to the current value. -
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()インタフェースからコピーされた説明:SScalar
Returns the current value. -
setValue
public com.fasterxml.jackson.databind.JsonNode setValue(com.fasterxml.jackson.databind.JsonNode value) インタフェースからコピーされた説明:SScalar
Sets to the specified value. -
resetValue
public com.fasterxml.jackson.databind.JsonNode resetValue()インタフェースからコピーされた説明:SScalar
Resets to the current value.- 定義:
resetValue
インタフェース内SScalar<T>
- 戻り値:
- the current value
-
toDirty
public void toDirty()インタフェースからコピーされた説明:SScalar
Marks itself as updated. -
compareAndSet
public boolean compareAndSet(com.fasterxml.jackson.databind.JsonNode expected, com.fasterxml.jackson.databind.JsonNode update) インタフェースからコピーされた説明:SScalar
Atomically sets to the 'update' if the 'expected' is equal to the current value.- 定義:
compareAndSet
インタフェース内SScalar<T>
- パラメータ:
expected
- the expected valueupdate
- the new value- 戻り値:
- true if the 'expected' is equal to the current value
-
getAndSet
public com.fasterxml.jackson.databind.JsonNode getAndSet(com.fasterxml.jackson.databind.JsonNode value) インタフェースからコピーされた説明:SScalar
Atomically sets to the specified value and returns the old value. -
pack
-
onAuthorized
public void onAuthorized(long authorizedRevision) - 定義:
onAuthorized
インタフェース内SBase<T>
-
unpack
-
compact
public void compact(long authorizedRevision) -
toString
-
equals
-
initialize
public void initialize()インタフェースからコピーされた説明:SVariable
Initialize this.- 定義:
initialize
インタフェース内SVariable
-
setNonNull
public void setNonNull(boolean isNonNull) - 定義:
setNonNull
インタフェース内SBase<T>
-
size
public int size()インタフェースからコピーされた説明:SScalar
If the value isCollection
,Map
,ArrayNode
orObjectNode
, returns the its size. If the value is an array, returns the its length. If the value is null, returns 0. For anything else, returns 1. -
isEmpty
public boolean isEmpty()インタフェースからコピーされた説明:SScalar
Returns true if the size is zero. -
isNull
public boolean isNull()インタフェースからコピーされた説明:SScalar
Returns true if the value is null. -
isNotNull
public boolean isNotNull()インタフェースからコピーされた説明:SScalar
Returns true if the value is not null. -
indexOf
インタフェースからコピーされた説明:SScalar
If the value isList
,ArrayNode
or an array, returns the index of the specified value. Otherwise, returns -1. -
lastIndexOf
インタフェースからコピーされた説明:SScalar
If the value isList
,ArrayNode
or an array, returns the last index of the specified value. Otherwise, returns -1.- 定義:
lastIndexOf
インタフェース内SScalar<T>
- パラメータ:
o
- value to search for- 戻り値:
- the last index of the specified value
-
contains
インタフェースからコピーされた説明:SScalar
Returns true if this contains the specified value. -
containsAll
インタフェースからコピーされた説明:SScalar
Returns true if this contains all the specified values.- 定義:
containsAll
インタフェース内SScalar<T>
- パラメータ:
others
- values to search for- 戻り値:
- true if this contains all the specified values
-