Class TinkerPopSandboxExtension
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.lang.Script
-
- org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
-
- org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.AbstractSandboxExtension
-
- org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TinkerPopSandboxExtension
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class TinkerPopSandboxExtension extends AbstractSandboxExtension
-
-
Constructor Summary
Constructors Constructor Description TinkerPopSandboxExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowAutoTypeOfUnknown()
List<String>
getMethodWhiteList()
Map<String,Class<?>>
getStaticVariableTypes()
-
Methods inherited from class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.AbstractSandboxExtension
run
-
Methods inherited from class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
getProperty, invokeMethod, setProperty
-
-
-
-
Method Detail
-
getMethodWhiteList
public List<String> getMethodWhiteList()
- Specified by:
getMethodWhiteList
in classAbstractSandboxExtension
-
getStaticVariableTypes
public Map<String,Class<?>> getStaticVariableTypes()
- Specified by:
getStaticVariableTypes
in classAbstractSandboxExtension
-
allowAutoTypeOfUnknown
public boolean allowAutoTypeOfUnknown()
- Overrides:
allowAutoTypeOfUnknown
in classAbstractSandboxExtension
-
-