Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
Modifier and Type | Method and Description |
---|---|
JsonObjectExpr |
JsonExpr.object()
Creates a JSON object, which is a kind of map with a fixed and ordered set of keys.
|
JsonObjectExpr |
JsonExpr.object(ServerExpression map)
Creates a JSON object, which is a kind of map with a fixed and ordered set of keys.
|
JsonObjectExpr |
JsonExpr.objectDefine()
Creates a JSON object.
|
JsonObjectExpr |
JsonExpr.objectDefine(ServerExpression keys)
Creates a JSON object.
|
Modifier and Type | Method and Description |
---|---|
JsonObjectSeqExpr |
JsonExpr.objectSeq(JsonObjectExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
Copyright © 2013-2018 MarkLogic Corporation.