Uses of Interface
software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Packages that use VoidDocumentVisitor Package Description software.amazon.awssdk.core.document software.amazon.awssdk.core.document.internal -
-
Uses of VoidDocumentVisitor in software.amazon.awssdk.core.document
Methods in software.amazon.awssdk.core.document with parameters of type VoidDocumentVisitor Modifier and Type Method Description voidDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document. -
Uses of VoidDocumentVisitor in software.amazon.awssdk.core.document.internal
Methods in software.amazon.awssdk.core.document.internal with parameters of type VoidDocumentVisitor Modifier and Type Method Description voidBooleanDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document.voidListDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document.voidMapDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document.voidNullDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document.voidNumberDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document.voidStringDocument. accept(VoidDocumentVisitor visitor)Accepts a visitor with the Document.
-