- call(Injector) - Method in class com.netflix.governator.guice.actions.BindingReport
-
- call(Injector) - Method in class com.netflix.governator.guice.actions.CreateAllBoundSingletons
-
- call(Injector) - Method in class com.netflix.governator.guice.actions.GrapherAction
-
- call(Injector) - Method in class com.netflix.governator.guice.actions.LifecycleManagerStarter
-
- call(Collection<Module>) - Method in interface com.netflix.governator.guice.ModuleTransformer
-
- call(Injector) - Method in interface com.netflix.governator.guice.PostInjectorAction
-
- call(Collection<Module>) - Method in class com.netflix.governator.guice.transformer.OverrideAllDuplicateBindings
-
- call(Collection<Module>) - Method in class com.netflix.governator.guice.transformer.StripStaticInjections
-
- call(Collection<Module>) - Method in class com.netflix.governator.guice.transformer.WarnAboutStaticInjections
-
- classAnnotationsFor(Class<T>) - Method in class com.netflix.governator.lifecycle.LifecycleMethods
-
- classLoader - Variable in class com.netflix.governator.lifecycle.ClasspathScanner
-
- ClasspathScanner - Class in com.netflix.governator.lifecycle
-
Utility to find annotated classes
- ClasspathScanner(Collection<String>, Collection<Class<? extends Annotation>>) - Constructor for class com.netflix.governator.lifecycle.ClasspathScanner
-
- ClasspathScanner(Collection<String>, Collection<Class<? extends Annotation>>, ClassLoader) - Constructor for class com.netflix.governator.lifecycle.ClasspathScanner
-
- ClasspathUrlDecoder - Class in com.netflix.governator.lifecycle
-
- ClasspathUrlDecoder() - Constructor for class com.netflix.governator.lifecycle.ClasspathUrlDecoder
-
- clear() - Method in class com.netflix.governator.lifecycle.warmup.DAGManager
-
- close() - Method in class com.netflix.governator.lifecycle.LifecycleManager
-
- com.netflix.governator - package com.netflix.governator
-
- com.netflix.governator.annotations - package com.netflix.governator.annotations
-
- com.netflix.governator.configuration - package com.netflix.governator.configuration
-
- com.netflix.governator.guice - package com.netflix.governator.guice
-
- com.netflix.governator.guice.actions - package com.netflix.governator.guice.actions
-
- com.netflix.governator.guice.annotations - package com.netflix.governator.guice.annotations
-
- com.netflix.governator.guice.bootstrap - package com.netflix.governator.guice.bootstrap
-
- com.netflix.governator.guice.concurrent - package com.netflix.governator.guice.concurrent
-
- com.netflix.governator.guice.main - package com.netflix.governator.guice.main
-
- com.netflix.governator.guice.runner - package com.netflix.governator.guice.runner
-
- com.netflix.governator.guice.runner.events - package com.netflix.governator.guice.runner.events
-
- com.netflix.governator.guice.runner.standalone - package com.netflix.governator.guice.runner.standalone
-
- com.netflix.governator.guice.serviceloader - package com.netflix.governator.guice.serviceloader
-
- com.netflix.governator.guice.transformer - package com.netflix.governator.guice.transformer
-
- com.netflix.governator.lifecycle - package com.netflix.governator.lifecycle
-
- com.netflix.governator.lifecycle.warmup - package com.netflix.governator.lifecycle.warmup
-
- combineAndOverride(Module...) - Static method in class com.netflix.governator.guice.ModulesEx
-
- combineAndOverride(List<? extends Module>) - Static method in class com.netflix.governator.guice.ModulesEx
-
Generate a single module that is produced by accumulating and overriding
each module with the next.
- CompositeConfigurationProvider - Class in com.netflix.governator.configuration
-
A configuration provider that composites multiple providers.
- CompositeConfigurationProvider(ConfigurationProvider...) - Constructor for class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- CompositeConfigurationProvider(Collection<ConfigurationProvider>) - Constructor for class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- compute() - Method in class com.netflix.governator.lifecycle.warmup.WarmUpTask
-
- ConcurrentProviders - Class in com.netflix.governator.guice.concurrent
-
Utility class for creating Providers that allow for concurrent instantiation
of dependencies to a type.
- ConcurrentProviders() - Constructor for class com.netflix.governator.guice.concurrent.ConcurrentProviders
-
- ConfigurationColumnWriter - Class in com.netflix.governator.configuration
-
Simple implementation of a configuration writer that outputs in column format
- ConfigurationColumnWriter(ConfigurationDocumentation) - Constructor for class com.netflix.governator.configuration.ConfigurationColumnWriter
-
- ConfigurationDocumentation - Class in com.netflix.governator.configuration
-
Used internally to display configuration documentation
- ConfigurationDocumentation() - Constructor for class com.netflix.governator.configuration.ConfigurationDocumentation
-
- ConfigurationDocumentation.Entry - Class in com.netflix.governator.configuration
-
- ConfigurationKey - Class in com.netflix.governator.configuration
-
Abstracts configuration names with variable replacements
- ConfigurationKey(String, List<ConfigurationKeyPart>) - Constructor for class com.netflix.governator.configuration.ConfigurationKey
-
- ConfigurationKeyPart - Class in com.netflix.governator.configuration
-
A portion of a configuration name
- ConfigurationKeyPart(String, boolean) - Constructor for class com.netflix.governator.configuration.ConfigurationKeyPart
-
- ConfigurationLifecycleFeature - Class in com.netflix.governator
-
Feature to enable @Configuration annotation processing.
- ConfigurationLifecycleFeature() - Constructor for class com.netflix.governator.ConfigurationLifecycleFeature
-
- ConfigurationMapper - Interface in com.netflix.governator.configuration
-
Interface definition for mapping a configuration on an instance
TODO: Ideally ConfigurationProvider and ConfigurationDocumentation should
be specific to the specific configuration mapper implementation
- ConfigurationModule - Class in com.netflix.governator
-
Install this module to enable @Configuration and @ConfigurationParameter
annotation processing.
- ConfigurationModule() - Constructor for class com.netflix.governator.ConfigurationModule
-
- configurationName - Variable in class com.netflix.governator.configuration.ConfigurationDocumentation.Entry
-
- ConfigurationOwnershipPolicies - Class in com.netflix.governator.configuration
-
Convenience factory for getting standard ownership policies
- ConfigurationOwnershipPolicy - Interface in com.netflix.governator.configuration
-
Policy to determine if a configuration key is owned by a ConfigurationProvider
- ConfigurationProvider - Interface in com.netflix.governator.configuration
-
Abstraction for get configuration values to use for fields annotated
with Configuration
- configure() - Method in class com.netflix.governator.ConfigurationModule
-
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.annotations.Bootstrap.NullBootstrapModule
-
- configure(LifecycleInjectorBuilder) - Method in class com.netflix.governator.guice.annotations.Bootstrap.NullLifecycleInjectorBuilderSuite
-
- configure(Binder) - Method in class com.netflix.governator.guice.annotations.Bootstrap.NullModule
-
- configure(Binder, T) - Method in interface com.netflix.governator.guice.AutoBindProvider
-
Called for auto binding of constructor arguments
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.bootstrap.GovernatorBootstrap
-
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.bootstrap.ModulesBootstrap
-
- configure(BootstrapBinder) - Method in interface com.netflix.governator.guice.BootstrapModule
-
Called to allow for binding
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.InternalAutoBindModuleBootstrapModule
-
- configure(LifecycleInjectorBuilder) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilderSuite
-
Deprecated.
Override this to perform any combination of operations on the
LifecycleInjectorBuilder
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.LoadersBootstrapModule
-
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.runner.standalone.StandaloneRunnerModule
-
- configure() - Method in class com.netflix.governator.guice.runner.standalone.StandaloneRunnerModule.MainInjectorModule
-
- configure(BootstrapBinder) - Method in class com.netflix.governator.guice.serviceloader.ServiceLoaderBootstrapModule
-
- configure() - Method in class com.netflix.governator.guice.serviceloader.ServiceLoaderModule
-
- configureServices() - Method in class com.netflix.governator.guice.serviceloader.ServiceLoaderModule
-
- convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- CreateAllBoundSingletons - Class in com.netflix.governator.guice.actions
-
Explicit singleton bindings are not eagerly created when running in Stage.DEVELOPMENT.
- CreateAllBoundSingletons() - Constructor for class com.netflix.governator.guice.actions.CreateAllBoundSingletons
-
- createChildInjector(Module...) - Method in class com.netflix.governator.guice.LifecycleInjector
-
Create an injector that is a child of the bootstrap bindings only
- createChildInjector(Collection<Module>) - Method in class com.netflix.governator.guice.LifecycleInjector
-
Create an injector that is a child of the bootstrap bindings only
- createInjector() - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
Deprecated.
- createInjector() - Method in class com.netflix.governator.guice.LifecycleInjector
-
Create the main injector
- createInjector(Module...) - Method in class com.netflix.governator.guice.LifecycleInjector
-
Create the main injector
- createInjector(Collection<Module>) - Method in class com.netflix.governator.guice.LifecycleInjector
-
Create the main injector
- createInjector() - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Deprecated.
this API creates the "main" child injector.
but it has the side effect of calling build() method
that will create a new LifecycleInjector.
Instead, you should just build() LifecycleInjector object.
then call LifecycleInjector.createInjector() directly.
- createStandardClasspathScanner(Collection<String>) - Static method in class com.netflix.governator.guice.LifecycleInjector
-
If you need early access to the CLASSPATH scanner.
- createStandardClasspathScanner(Collection<String>, List<Class<? extends Annotation>>) - Static method in class com.netflix.governator.guice.LifecycleInjector
-
If you need early access to the CLASSPATH scanner.
- currentStage() - Method in class com.netflix.governator.guice.BootstrapBinder
-
- get() - Method in class com.netflix.governator.configuration.DateWithDefaultProperty
-
- get() - Method in class com.netflix.governator.configuration.DateWithDefaultSupplier
-
- get() - Method in class com.netflix.governator.configuration.Property
-
- get() - Method in class com.netflix.governator.guice.serviceloader.ServiceLoaderModule.ServiceProvider
-
- get() - Method in class com.netflix.governator.guice.serviceloader.ServiceLoaderModule.ServiceSetProvider
-
- getActionsForType(Class<?>) - Method in class com.netflix.governator.ConfigurationLifecycleFeature
-
- getAnnotatedClasses() - Method in class com.netflix.governator.lifecycle.AnnotationFinder
-
- getAnnotatedConstructors() - Method in class com.netflix.governator.lifecycle.AnnotationFinder
-
- getAnnotatedFields() - Method in class com.netflix.governator.lifecycle.AnnotationFinder
-
- getAnnotatedMethods() - Method in class com.netflix.governator.lifecycle.AnnotationFinder
-
- getArguments() - Method in class com.netflix.governator.guice.main.Arguments
-
- getBooleanProperty(ConfigurationKey, Boolean) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getBooleanProperty(ConfigurationKey, Boolean) - Method in class com.netflix.governator.configuration.PropertiesConfigurationProvider
-
- getBooleanProperty(ConfigurationKey, Boolean) - Method in class com.netflix.governator.configuration.SystemConfigurationProvider
-
- getBooleanSupplier(ConfigurationKey, Boolean) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getBooleanSupplier(ConfigurationKey, Boolean) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as a boolean.
- getBooleanSupplier(ConfigurationKey, Boolean) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getClasses() - Method in class com.netflix.governator.lifecycle.ClasspathScanner
-
- getConfigurationDocumentation() - Method in class com.netflix.governator.lifecycle.LifecycleManagerArguments
-
- getConfigurationMapper() - Method in class com.netflix.governator.lifecycle.LifecycleManagerArguments
-
- getConfigurationProvider() - Method in class com.netflix.governator.lifecycle.LifecycleManagerArguments
-
- getConstructors() - Method in class com.netflix.governator.lifecycle.ClasspathScanner
-
- getContext() - Method in class com.netflix.governator.lifecycle.warmup.WarmUpErrors.Error
-
- getDAGManager() - Method in class com.netflix.governator.lifecycle.LifecycleManager
-
- getDateProperty(ConfigurationKey, Date) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getDateProperty(ConfigurationKey, Date) - Method in class com.netflix.governator.configuration.PropertiesConfigurationProvider
-
- getDateProperty(ConfigurationKey, Date) - Method in class com.netflix.governator.configuration.SystemConfigurationProvider
-
- getDateSupplier(ConfigurationKey, Date) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getDateSupplier(ConfigurationKey, Date) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as a date.
- getDateSupplier(ConfigurationKey, Date) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getDoubleProperty(ConfigurationKey, Double) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getDoubleProperty(ConfigurationKey, Double) - Method in class com.netflix.governator.configuration.PropertiesConfigurationProvider
-
- getDoubleProperty(ConfigurationKey, Double) - Method in class com.netflix.governator.configuration.SystemConfigurationProvider
-
- getDoubleSupplier(ConfigurationKey, Double) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getDoubleSupplier(ConfigurationKey, Double) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as a double.
- getDoubleSupplier(ConfigurationKey, Double) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getErrors() - Method in exception com.netflix.governator.lifecycle.warmup.WarmUpException
-
- getException() - Method in class com.netflix.governator.lifecycle.warmup.WarmUpErrors.Error
-
- getFields() - Method in class com.netflix.governator.lifecycle.ClasspathScanner
-
- getInstance(Injector) - Method in class com.netflix.governator.guice.ModuleListBuilder.ModuleProvider
-
- getIntegerProperty(ConfigurationKey, Integer) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getIntegerProperty(ConfigurationKey, Integer) - Method in class com.netflix.governator.configuration.PropertiesConfigurationProvider
-
- getIntegerProperty(ConfigurationKey, Integer) - Method in class com.netflix.governator.configuration.SystemConfigurationProvider
-
- getIntegerSupplier(ConfigurationKey, Integer) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getIntegerSupplier(ConfigurationKey, Integer) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as an integer.
- getIntegerSupplier(ConfigurationKey, Integer) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getKey(Map<String, String>) - Method in class com.netflix.governator.configuration.ConfigurationKey
-
Return the final key applying variables as needed
- getLifecycleListeners() - Method in class com.netflix.governator.lifecycle.LifecycleManagerArguments
-
- getLifecycleManager() - Method in class com.netflix.governator.guice.LifecycleInjector
-
Return the internally created lifecycle manager
- getLifecycleMethods(Object) - Method in class com.netflix.governator.lifecycle.warmup.DAGManager
-
- getListeners() - Method in class com.netflix.governator.lifecycle.LifecycleManager
-
Return the lifecycle listener if any
- getLongProperty(ConfigurationKey, Long) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getLongProperty(ConfigurationKey, Long) - Method in class com.netflix.governator.configuration.PropertiesConfigurationProvider
-
- getLongProperty(ConfigurationKey, Long) - Method in class com.netflix.governator.configuration.SystemConfigurationProvider
-
- getLongSupplier(ConfigurationKey, Long) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getLongSupplier(ConfigurationKey, Long) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as a long.
- getLongSupplier(ConfigurationKey, Long) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getMembersInjector(TypeLiteral<T>) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- getMembersInjector(Class<T>) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- getMessage() - Method in exception com.netflix.governator.lifecycle.warmup.WarmUpException
-
- getMethods() - Method in class com.netflix.governator.lifecycle.ClasspathScanner
-
- getObject(Object) - Method in class com.netflix.governator.lifecycle.warmup.DAGManager
-
- getObjectProperty(ConfigurationKey, T, Class<T>) - Method in class com.netflix.governator.configuration.AbstractObjectConfigurationProvider
-
- getObjectProperty(ConfigurationKey, T, Class<T>) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getObjectSupplier(ConfigurationKey, T, Class<T>) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getObjectSupplier(ConfigurationKey, T, Class<T>) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as an object of the given type.
- getObjectSupplier(ConfigurationKey, T, Class<T>) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getParts() - Method in class com.netflix.governator.configuration.ConfigurationKey
-
- getPostStartArguments() - Method in class com.netflix.governator.lifecycle.LifecycleManagerArguments
-
- getPostStartArguments() - Method in interface com.netflix.governator.lifecycle.warmup.WarmUpDriver
-
- getProvider(Key<T>) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- getProvider(Class<T>) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- getProvider(Dependency<T>) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- getRawKey() - Method in class com.netflix.governator.configuration.ConfigurationKey
-
- getResourceLocators() - Method in class com.netflix.governator.lifecycle.LifecycleManagerArguments
-
- getSortedEntries() - Method in class com.netflix.governator.configuration.ConfigurationDocumentation
-
- getState(Object) - Method in class com.netflix.governator.lifecycle.LifecycleManager
-
Return the current state of the given object or LATENT if unknown
- getStringProperty(ConfigurationKey, String) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getStringProperty(ConfigurationKey, String) - Method in class com.netflix.governator.configuration.PropertiesConfigurationProvider
-
- getStringProperty(ConfigurationKey, String) - Method in class com.netflix.governator.configuration.SystemConfigurationProvider
-
- getStringSupplier(ConfigurationKey, String) - Method in class com.netflix.governator.configuration.CompositeConfigurationProvider
-
- getStringSupplier(ConfigurationKey, String) - Method in interface com.netflix.governator.configuration.ConfigurationProvider
-
Return the given configuration as a string.
- getStringSupplier(ConfigurationKey, String) - Method in class com.netflix.governator.configuration.DefaultConfigurationProvider
-
- getText() - Method in class com.netflix.governator.guice.actions.GrapherAction
-
- getValue() - Method in class com.netflix.governator.configuration.ConfigurationKeyPart
-
- getVariableNames() - Method in class com.netflix.governator.configuration.ConfigurationKey
-
Return the names of the variables specified in the key if any
- getWarmUpErrorHandler() - Method in interface com.netflix.governator.lifecycle.PostStartArguments
-
Return the wam up error handler
- getWarmUpPaddingMs() - Method in interface com.netflix.governator.lifecycle.PostStartArguments
-
When performing warm ups after
LifecycleManager.start() has been called
the warm up processor will wait a given period of time (default is 3 seconds) so
that any other warm up methods can be called together.
- GovernatorBootstrap - Class in com.netflix.governator.guice.bootstrap
-
Implementation for the @GovernatorConfiguration main bootstrap class annotation
- GovernatorBootstrap(GovernatorConfiguration) - Constructor for class com.netflix.governator.guice.bootstrap.GovernatorBootstrap
-
- GovernatorConfiguration - Annotation Type in com.netflix.governator.guice.annotations
-
Governator configuration for the main bootstrap class with 'good' default
- graph() - Method in class com.netflix.governator.guice.Grapher
-
Returns a String containing the "Dot" graph definition.
- Grapher - Class in com.netflix.governator.guice
-
An object that can generate a graph showing a Guice Dependency Injection graph.
- Grapher(Injector) - Constructor for class com.netflix.governator.guice.Grapher
-
Creates a new Grapher.
- Grapher(Injector, Key<?>...) - Constructor for class com.netflix.governator.guice.Grapher
-
Creates a new Grapher.
- Grapher(Injector, Class<?>...) - Constructor for class com.netflix.governator.guice.Grapher
-
Creates a new Grapher.
- Grapher(Injector, String...) - Constructor for class com.netflix.governator.guice.Grapher
-
Creates a new Grapher.
- GrapherAction - Class in com.netflix.governator.guice.actions
-
- GrapherAction() - Constructor for class com.netflix.governator.guice.actions.GrapherAction
-
- WarmUpDriver - Interface in com.netflix.governator.lifecycle.warmup
-
- warmUpError(WarmUpException) - Method in interface com.netflix.governator.lifecycle.PostStartArguments.WarmUpErrorHandler
-
Handle a warm up error.
- WarmUpErrors - Class in com.netflix.governator.lifecycle.warmup
-
Container for errors that occur in warm up methods
- WarmUpErrors() - Constructor for class com.netflix.governator.lifecycle.warmup.WarmUpErrors
-
- WarmUpErrors.Error - Class in com.netflix.governator.lifecycle.warmup
-
Record of a single error
- WarmUpException - Exception in com.netflix.governator.lifecycle.warmup
-
- WarmUpSession - Class in com.netflix.governator.lifecycle.warmup
-
- WarmUpSession(WarmUpDriver, DAGManager) - Constructor for class com.netflix.governator.lifecycle.warmup.WarmUpSession
-
- WarmUpTask - Class in com.netflix.governator.lifecycle.warmup
-
A Fork Join task to warm up objects.
- WarmUpTask(WarmUpDriver, WarmUpErrors, DAGManager, ConcurrentMap<Object, WarmUpTask>) - Constructor for class com.netflix.governator.lifecycle.warmup.WarmUpTask
-
- WarnAboutStaticInjections - Class in com.netflix.governator.guice.transformer
-
- WarnAboutStaticInjections() - Constructor for class com.netflix.governator.guice.transformer.WarnAboutStaticInjections
-
- withAdditionalBootstrapModules(BootstrapModule...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withAdditionalBootstrapModules(Iterable<? extends BootstrapModule>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withAdditionalBootstrapModules(BootstrapModule...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify additional bootstrap modules to use
- withAdditionalBootstrapModules(Iterable<? extends BootstrapModule>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify additional bootstrap modules to use
- withAdditionalModuleClasses(Iterable<Class<? extends Module>>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withAdditionalModuleClasses(Class<?>...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withAdditionalModuleClasses(Iterable<Class<? extends Module>>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify a set of module classes from which a set of additional modules may be derived
using module dependencies.
- withAdditionalModuleClasses(Class<?>...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify a set of module classes from which a set of additional modules may be derived
using module dependencies.
- withAdditionalModules(Iterable<? extends Module>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withAdditionalModules(Module...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withAdditionalModules(Iterable<? extends Module>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
- withAdditionalModules(Module...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
- withArgs(String[]) - Method in class com.netflix.governator.guice.runner.standalone.StandaloneRunnerModule.Builder
-
Specify optional command line arguments to be injected.
- withBootstrapModule(BootstrapModule) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withBootstrapModule(BootstrapModule) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify a bootstrap module
- withMainClass(Class<?>) - Method in class com.netflix.governator.guice.runner.standalone.StandaloneRunnerModule.Builder
-
Specify an optional main class to instantiate.
- withMode(LifecycleInjectorMode) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withMode(LifecycleInjectorMode) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
- withModuleClass(Class<? extends Module>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModuleClass(Class<? extends Module>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify a module class from which a set of additional modules may be derived
using module dependencies.
- withModuleClasses(Iterable<Class<? extends Module>>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModuleClasses(Class<?>...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModuleClasses(Iterable<Class<? extends Module>>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify a set of module classes from which a set of additional modules may be derived
using module dependencies.
- withModuleClasses(Class<?>...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify a set of module classes from which a set of additional modules may be derived
using module dependencies.
- withModules(Module...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModules(Iterable<? extends Module>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModules(Module...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify standard Guice modules for the main binding phase.
- withModules(Iterable<? extends Module>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Specify standard Guice modules for the main binding phase.
- withModuleTransformer(ModuleTransformer) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModuleTransformer(Collection<? extends ModuleTransformer>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModuleTransformer(ModuleTransformer...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withModuleTransformer(ModuleTransformer) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Just before creating the injector all the modules will run through the transformer.
- withModuleTransformer(Collection<? extends ModuleTransformer>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Just before creating the injector all the modules will run through the filter.
- withModuleTransformer(ModuleTransformer...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Just before creating the injector all the modules will run through the filter.
- withoutModuleClass(Class<? extends Module>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withoutModuleClass(Class<? extends Module>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
When using module dependencies ignore the specified class
- withoutModuleClasses(Iterable<Class<? extends Module>>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withoutModuleClasses(Class<? extends Module>...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withoutModuleClasses(Iterable<Class<? extends Module>>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
When using module dependencies ignore the specified classes
- withoutModuleClasses(Class<? extends Module>...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
When using module dependencies ignore the specified classes
- withPostInjectorAction(PostInjectorAction) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withPostInjectorAction(PostInjectorAction) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Action to perform after the injector is created.
- withPostInjectorActions(Collection<? extends PostInjectorAction>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withPostInjectorActions(PostInjectorAction...) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
- withPostInjectorActions(Collection<? extends PostInjectorAction>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Actions to perform after the injector is created.
- withPostInjectorActions(PostInjectorAction...) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Actions to perform after the injector is created.
- withRootModule(Class<?>) - Method in class com.netflix.governator.guice.DelegatingLifecycleInjectorBuilder
-
Deprecated.
- withRootModule(Class<?>) - Method in interface com.netflix.governator.guice.LifecycleInjectorBuilder
-
Deprecated.
- withSource(Object) - Method in class com.netflix.governator.guice.BootstrapBinder
-
- withTerminateEvent(TerminationEvent) - Method in class com.netflix.governator.guice.runner.standalone.StandaloneRunnerModule.Builder
-
- withValue(String) - Static method in class com.netflix.governator.guice.AutoBinds
-