Uses of Interface
software.amazon.awssdk.core.document.DocumentVisitor
-
Packages that use DocumentVisitor Package Description software.amazon.awssdk.core.document software.amazon.awssdk.core.document.internal -
-
Uses of DocumentVisitor in software.amazon.awssdk.core.document
Methods in software.amazon.awssdk.core.document with parameters of type DocumentVisitor Modifier and Type Method Description <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 DocumentVisitor Modifier and Type Method Description <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.
-