public static interface PlanBuilderBase.ExportablePlanBase
Modifier and Type | Method and Description |
---|---|
<T extends JSONReadHandle> |
export(T handle)
This method exports the plan to an AST (Abstract
Sytax Tree) using the specified JSON handle.
|
<T> T |
exportAs(java.lang.Class<T> as)
This method exports the plan to an AST (Abstract
Sytax Tree) using the specified JSON handle.
|
<T extends JSONReadHandle> T export(T handle)
T
- the type of the handle for reading the AST as
JSONhandle
- a handle for reading the AST as JSON<T> T exportAs(java.lang.Class<T> as)
The IO class must have been registered before creating the
database client. By default, the provided handles that implement
ContentHandle
are registered.
T
- the type of the IO object for the ASTas
- the IO class for reading the AST by means of
JSONCopyright © 2024 MarkLogic Corporation. All Rights Reserved.