Api
Configuration Class
Configuration class for the evaluator.
Namespace
expression
Fields
sharing
Signature
global sharing
Type
SharingMode
printAst
Signature
global printAst
Type
Boolean
customContext
Signature
global customContext
Type
Map<String,Object>
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
withCustomContext(objectsByStrings)
Signature
global Configuration withCustomContext(Map<String,Object> objectsByStrings)
Parameters
Name | Type | Description |
---|---|---|
objectsByStrings | Map<String,Object> |
Return Type
Enums
SharingMode Enum
Values
Value | Description |
---|---|
WITH | |
WITHOUT |