クラス SObjectNodeImpl
java.lang.Object
org.wcardinal.controller.data.internal.SBaseImpl<T>
org.wcardinal.controller.data.internal.SObjectNodeImpl
- すべての実装されたインタフェース:
SBase<com.fasterxml.jackson.databind.node.ObjectNode>
,SLockable
,SObjectNode
,SScalar<com.fasterxml.jackson.databind.node.ObjectNode>
,SVariable
,Unlockable
@Component
@Scope("prototype")
public class SObjectNodeImpl
extends SBaseImpl<T>
implements SObjectNode
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
compact
(long authorizedRevision) boolean
compareAndSet
(com.fasterxml.jackson.databind.node.ObjectNode expected, com.fasterxml.jackson.databind.node.ObjectNode 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.ObjectNode
create()
Creates a new JSON object, sets to it and returns it.boolean
equals
(com.fasterxml.jackson.databind.node.ObjectNode target) Returns true if the specified target is equal to this.boolean
com.fasterxml.jackson.databind.node.ObjectNode
get()
Returns the current value.com.fasterxml.jackson.databind.node.ObjectNode
getAndSet
(com.fasterxml.jackson.databind.node.ObjectNode value) Atomically sets to the specified value and returns the old value.com.fasterxml.jackson.databind.node.ObjectNode
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.node.ObjectNode
reset()
Resets to the current value.com.fasterxml.jackson.databind.node.ObjectNode
Resets to the current value.com.fasterxml.jackson.databind.node.ObjectNode
set
(com.fasterxml.jackson.databind.node.ObjectNode value) Sets to the specified value.void
setNonNull
(boolean isNonNull) com.fasterxml.jackson.databind.node.ObjectNode
setValue
(com.fasterxml.jackson.databind.node.ObjectNode 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
-
コンストラクタの詳細
-
SObjectNodeImpl
public SObjectNodeImpl()
-
-
メソッドの詳細
-
create
public com.fasterxml.jackson.databind.node.ObjectNode create()インタフェースからコピーされた説明:SObjectNode
Creates a new JSON object, sets to it and returns it.- 定義:
create
インタフェース内SObjectNode
- 戻り値:
- the new JSON object
-
equals
public boolean equals(com.fasterxml.jackson.databind.node.ObjectNode target) インタフェースからコピーされた説明:SObjectNode
Returns true if the specified target is equal to this.- 定義:
equals
インタフェース内SObjectNode
- パラメータ:
target
- the target to be compared- 戻り値:
- true if the specified target is equal to this
-
get
public com.fasterxml.jackson.databind.node.ObjectNode get()インタフェースからコピーされた説明:SScalar
Returns the current value. -
set
public com.fasterxml.jackson.databind.node.ObjectNode set(com.fasterxml.jackson.databind.node.ObjectNode value) インタフェースからコピーされた説明:SScalar
Sets to the specified value. -
reset
public com.fasterxml.jackson.databind.node.ObjectNode reset()インタフェースからコピーされた説明:SScalar
Resets to the current value. -
getValue
public com.fasterxml.jackson.databind.node.ObjectNode getValue()インタフェースからコピーされた説明:SScalar
Returns the current value. -
setValue
public com.fasterxml.jackson.databind.node.ObjectNode setValue(com.fasterxml.jackson.databind.node.ObjectNode value) インタフェースからコピーされた説明:SScalar
Sets to the specified value. -
resetValue
public com.fasterxml.jackson.databind.node.ObjectNode 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.node.ObjectNode expected, com.fasterxml.jackson.databind.node.ObjectNode 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.node.ObjectNode getAndSet(com.fasterxml.jackson.databind.node.ObjectNode 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
-