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 TypeMethodDescriptionvoid
GuiceRole.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 createdvoid
GuiceRole.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.Injector
GuiceInjectorBootstrap.createInjector
(GuiceSetup setup) Deprecated.Creates an Injector by taking a pre-constructed GuiceSetupstatic com.google.inject.Injector
GuiceInjectorBootstrap.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 TypeMethodDescriptionvoid
BindEagerSingletonRole.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) void
BindEagerSingletonRole.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 TypeMethodDescriptionvoid
InternalConfigPropertyDocumenterGuiceRole.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) void
InternalConfigPropertyDocumenterGuiceRole.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 TypeMethodDescriptionvoid
NetworkConfigGuiceRole.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) void
NetworkConfigGuiceRole.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 TypeMethodDescriptionvoid
HibernateAutoGuiceRole.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) void
HibernateAutoGuiceRole.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 TypeMethodDescriptionvoid
DbunitGuiceRole.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) void
DbunitGuiceRole.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 TypeMethodDescriptionvoid
MetricsServiceAutoRegisterRole.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) void
MetricsServiceAutoRegisterRole.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 TypeMethodDescriptionvoid
OkHttpAutoClientRole.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) void
OkHttpAutoClientRole.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 TypeClassDescriptionclass
Deprecated.no longer required, extend GuiceSetup directly instead.Methods in com.peterphi.std.guice.web.rest.setup with parameters of type GuiceSetupModifier and TypeMethodDescriptionvoid
AutoJAXRSBindingGuiceRole.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) void
WebappGuiceRole.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) void
AutoJAXRSBindingGuiceRole.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) void
WebappGuiceRole.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 TypeMethodDescriptionvoid
UserManagerAuthenticationGuiceRole.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) void
UserManagerAuthenticationGuiceRole.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)