public class DefaultImportCustomizer extends Object implements ImportCustomizer
ImportCustomizer which allows direct setting of all the different import types.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultImportCustomizer.Builder |
GREMLIN_CORE| Modifier and Type | Method and Description |
|---|---|
static DefaultImportCustomizer.Builder |
build() |
Set<Class> |
getClassImports() |
Set<Enum> |
getEnumImports() |
Set<Method> |
getMethodImports() |
public Set<Class> getClassImports()
getClassImports in interface ImportCustomizerpublic Set<Method> getMethodImports()
getMethodImports in interface ImportCustomizerpublic Set<Enum> getEnumImports()
getEnumImports in interface ImportCustomizerpublic static DefaultImportCustomizer.Builder build()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.