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 SummaryConstructors Constructor Description TinkerPopSandboxExtension()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowAutoTypeOfUnknown()List<String>getMethodWhiteList()Map<String,Class<?>>getStaticVariableTypes()- 
Methods inherited from class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.AbstractSandboxExtensionrun
 - 
Methods inherited from class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSLgetProperty, invokeMethod, setProperty
 
- 
 
- 
- 
- 
Method Detail- 
getMethodWhiteListpublic List<String> getMethodWhiteList() - Specified by:
- getMethodWhiteListin class- AbstractSandboxExtension
 
 - 
getStaticVariableTypespublic Map<String,Class<?>> getStaticVariableTypes() - Specified by:
- getStaticVariableTypesin class- AbstractSandboxExtension
 
 - 
allowAutoTypeOfUnknownpublic boolean allowAutoTypeOfUnknown() - Overrides:
- allowAutoTypeOfUnknownin class- AbstractSandboxExtension
 
 
- 
 
-