Class PrefixObjectNameGeneratorModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class PrefixObjectNameGeneratorModule
    extends Object
    implements com.google.inject.Module
    Replaces the prefix given by packagePrefix with the domain base provided via configuration.
    • Constructor Detail

      • PrefixObjectNameGeneratorModule

        public PrefixObjectNameGeneratorModule​(String packagePrefix)
    • Method Detail

      • configure

        public void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module