public interface ImportCustomizer extends Customizer
GremlinScriptEngine instance.| 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> | 
getFieldClasses()
Gets the set of fields from the  
getFieldImports(). | 
Set<Field> | 
getFieldImports()
Gets the set of fields 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. | 
Set<Class> getClassImports()
GremlinScriptEngine.Set<Method> getMethodImports()
GremlinScriptEngine.Set<Enum> getEnumImports()
GremlinScriptEngine.Set<Field> getFieldImports()
GremlinScriptEngine.default Set<Package> getClassPackages()
getClassImports().default Set<Class> getMethodClasses()
getMethodImports().default Set<Class> getEnumClasses()
getEnumImports().default Set<Class> getFieldClasses()
getFieldImports().Copyright © 2013–2019 Apache Software Foundation. All rights reserved.