Package io.trino.server
Class PrefixObjectNameGeneratorModule
- java.lang.Object
-
- io.trino.server.PrefixObjectNameGeneratorModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class PrefixObjectNameGeneratorModule extends Object implements com.google.inject.Module
Replaces the prefix given bypackagePrefixwith the domain base provided via configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrefixObjectNameGeneratorModule.PrefixObjectNameGenerator
-
Constructor Summary
Constructors Constructor Description PrefixObjectNameGeneratorModule(String packagePrefix)
-
-
-
Constructor Detail
-
PrefixObjectNameGeneratorModule
public PrefixObjectNameGeneratorModule(String packagePrefix)
-
-