Uses of Interface
software.amazon.awssdk.core.document.DocumentVisitor
Packages that use DocumentVisitor
Package
Description
-
Uses of DocumentVisitor in software.amazon.awssdk.core.document
Methods in software.amazon.awssdk.core.document with parameters of type DocumentVisitorModifier and TypeMethodDescription<R> RDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor to the Document. -
Uses of DocumentVisitor in software.amazon.awssdk.core.document.internal
Methods in software.amazon.awssdk.core.document.internal with parameters of type DocumentVisitorModifier and TypeMethodDescription<R> RBooleanDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.<R> RListDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.<R> RMapDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.<R> RNullDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.<R> RNumberDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.<R> RStringDocument.accept(DocumentVisitor<? extends R> visitor) Accepts a visitor with the Document.