Api
Configuration Class
Configuration class for the evaluator.
Namespace
expression
Fields
globalContextVariablePrefix
Signature
global globalContextVariablePrefix
Type
String
sharing
Signature
global sharing
Type
SharingMode
printAst
Signature
global printAst
Type
Boolean
customContext
Signature
global customContext
Type
Map<String,Object>
cacheStandardFunctionResults
Signature
global cacheStandardFunctionResults
Type
Boolean
Methods
respectSharing(respect)
Signature
global Configuration respectSharing(Boolean respect)
Parameters
| Name | Type | Description |
|---|---|---|
| respect | Boolean |
Return Type
printAst()
Signature
global Configuration printAst()
Return Type
withDiagnostics()
Signature
global Configuration withDiagnostics()
Return Type
disableStandardFunctionResultCaching()
Signature
global Configuration disableStandardFunctionResultCaching()
Return Type
withCustomContext(objectsByStrings)
Signature
global Configuration withCustomContext(Map<String,Object> objectsByStrings)
Parameters
| Name | Type | Description |
|---|---|---|
| objectsByStrings | Map<String,Object> |
Return Type
withGlobalContextVariablePrefix(prefix)
Signature
global Configuration withGlobalContextVariablePrefix(String prefix)
Parameters
| Name | Type | Description |
|---|---|---|
| prefix | String |
Return Type
Enums
SharingMode Enum
Values
| Value | Description |
|---|---|
| WITH | |
| WITHOUT |