public interface ImportCustomizer extends Customizer
GremlinScriptEngine instance.| Modifier and Type | Field and Description | 
|---|---|
static ImportCustomizer | 
GREMLIN_CORE
Deprecated. 
 
As of release 3.2.4, not replaced. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Class> | 
getClassImports()
Gets the set of classes to be imported to the  
GremlinScriptEngine. | 
default Set<Package> | 
getClassPackages()
Gets the set of packages from the  
getClassImports(). | 
default Set<Class> | 
getEnumClasses()
Gets the set of classes from the  
getEnumImports(). | 
Set<Enum> | 
getEnumImports()
Gets the set of enums to be imported to the  
GremlinScriptEngine. | 
default Set<Class> | 
getMethodClasses()
Gets the set of classes from the  
getMethodImports(). | 
Set<Method> | 
getMethodImports()
Gets the set of static methods to be imported to the  
GremlinScriptEngine. | 
@Deprecated static final ImportCustomizer GREMLIN_CORE
Set<Class> getClassImports()
GremlinScriptEngine.Set<Method> getMethodImports()
GremlinScriptEngine.Set<Enum> getEnumImports()
GremlinScriptEngine.default Set<Package> getClassPackages()
getClassImports().default Set<Class> getMethodClasses()
getMethodImports().default Set<Class> getEnumClasses()
getEnumImports().Copyright © 2013–2020 Apache Software Foundation. All rights reserved.