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 - 
Field Summary
Fields inherited from interface software.amazon.awssdk.core.document.Document
FALSE_DOCUMENT, NULL_DOCUMENT, TRUE_DOCUMENT - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R> Raccept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.voidaccept(VoidDocumentVisitor visitor) Accepts a visitor with the Document.booleanasList()asMap()asNumber()asString()booleaninthashCode()booleanisNull()Checks if the document is anullvalue.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
 
 -