Uses of Interface
com.peterphi.std.guice.apploader.GuiceSetup
Packages that use GuiceSetup
Package
Description
-
Uses of GuiceSetup in com.peterphi.std.guice.apploader
Classes in com.peterphi.std.guice.apploader that implement GuiceSetupMethods in com.peterphi.std.guice.apploader with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) Called once the Injector has been createdvoidGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) Provides an opportunity to influence modules (adding, removing, reordering) being loaded. -
Uses of GuiceSetup in com.peterphi.std.guice.apploader.impl
Methods in com.peterphi.std.guice.apploader.impl with parameters of type GuiceSetupModifier and TypeMethodDescriptionstatic com.google.inject.InjectorGuiceInjectorBootstrap.createInjector(GuiceSetup setup) Deprecated.Creates an Injector by taking a pre-constructed GuiceSetupstatic com.google.inject.InjectorGuiceInjectorBootstrap.createInjector(PropertyFile configuration, GuiceSetup setup) Deprecated.Creates an Injector by taking a preloaded service.properties and a pre-constructed GuiceSetupGuiceBuilder.withSetup(GuiceSetup setup) Method parameters in com.peterphi.std.guice.apploader.impl with type arguments of type GuiceSetup -
Uses of GuiceSetup in com.peterphi.std.guice.common.eagersingleton
Methods in com.peterphi.std.guice.common.eagersingleton with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidBindEagerSingletonRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidBindEagerSingletonRole.register(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.common.serviceprops
Methods in com.peterphi.std.guice.common.serviceprops with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidInternalConfigPropertyDocumenterGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidInternalConfigPropertyDocumenterGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.common.serviceprops.net
Methods in com.peterphi.std.guice.common.serviceprops.net with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidNetworkConfigGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidNetworkConfigGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.hibernate.role
Methods in com.peterphi.std.guice.hibernate.role with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidHibernateAutoGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidHibernateAutoGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.hibernatetest
Methods in com.peterphi.std.guice.hibernatetest with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidDbunitGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidDbunitGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.metrics.role
Methods in com.peterphi.std.guice.metrics.role with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidMetricsServiceAutoRegisterRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidMetricsServiceAutoRegisterRole.register(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.restclient
Methods in com.peterphi.std.guice.restclient with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidOkHttpAutoClientRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidOkHttpAutoClientRole.register(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.std.guice.web.rest.setup
Classes in com.peterphi.std.guice.web.rest.setup that implement GuiceSetupModifier and TypeClassDescriptionclassDeprecated.no longer required, extend GuiceSetup directly instead.Methods in com.peterphi.std.guice.web.rest.setup with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidAutoJAXRSBindingGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidWebappGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidAutoJAXRSBindingGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scannerFactory, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) voidWebappGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory scanner, GuiceConfig config, GuiceSetup setup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> injectorRef, com.codahale.metrics.MetricRegistry metrics) -
Uses of GuiceSetup in com.peterphi.usermanager.guice
Classes in com.peterphi.usermanager.guice that implement GuiceSetup -
Uses of GuiceSetup in com.peterphi.usermanager.guice.authentication
Methods in com.peterphi.usermanager.guice.authentication with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoidUserManagerAuthenticationGuiceRole.injectorCreated(com.google.inject.Stage stage, ClassScannerFactory classScannerFactory, GuiceConfig guiceConfig, GuiceSetup guiceSetup, List<com.google.inject.Module> list, AtomicReference<com.google.inject.Injector> atomicReference, com.codahale.metrics.MetricRegistry metricRegistry) voidUserManagerAuthenticationGuiceRole.register(com.google.inject.Stage stage, ClassScannerFactory classScannerFactory, GuiceConfig guiceConfig, GuiceSetup guiceSetup, List<com.google.inject.Module> modules, AtomicReference<com.google.inject.Injector> atomicReference, com.codahale.metrics.MetricRegistry metricRegistry)