Class NullDocument
java.lang.Object
software.amazon.awssdk.core.document.internal.NullDocument
-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awssdk.core.document.Document
Document.ListBuilder, Document.MapBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> R
accept
(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.void
accept
(VoidDocumentVisitor visitor) Accepts a visitor with the Document.boolean
asList()
asMap()
asNumber()
asString()
boolean
int
hashCode()
boolean
isNull()
Checks if the document is anull
value.toString()
unwrap()
Unwraps NullDocument as null.
-
Constructor Details
-
NullDocument
public NullDocument()
-
-
Method Details
-
unwrap
-
asBoolean
-
asString
-
asNumber
-
asMap
-
isNull
-
asList
-
accept
Accepts a visitor with the Document. -
accept
Accepts a visitor with the Document. Calls visitNull of visitor. -
toString
-
hashCode
-
equals
-