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 ImportCustomizer
public Set<Method> getMethodImports()
getMethodImports
in interface ImportCustomizer
public Set<Enum> getEnumImports()
getEnumImports
in interface ImportCustomizer
public static DefaultImportCustomizer.Builder build()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.