GuiceBuilder
A builder for creating Guice-backed Play Injectors.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GuiceApplicationBuilderclass GuiceInjectorBuilder
Members list
Value members
Abstract methods
Create a new Self for this immutable builder. Provided by builder implementations.
Create a new Self for this immutable builder. Provided by builder implementations.
Attributes
Concrete methods
Create a Play Injector backed by Guice using this configured builder.
Create a Play Injector backed by Guice using this configured builder.
Attributes
Add Guice modules, Play modules, or Play bindings.
Add Guice modules, Play modules, or Play bindings.
Attributes
- See also
-
GuiceableModuleConversions for the automatically available implicit conversions to GuiceableModule from modules and bindings.
Add additional configuration.
Add additional configuration.
Attributes
Add additional configuration.
Add additional configuration.
Attributes
Add additional configuration.
Add additional configuration.
Attributes
Creation of the Guice Module used by the injector. Libraries like Guiceberry and Jukito that want to handle injector creation may find this helpful.
Creation of the Guice Module used by the injector. Libraries like Guiceberry and Jukito that want to handle injector creation may find this helpful.
Attributes
Disable modules by class.
Disable modules by class.
Attributes
Disable module by class.
Disable module by class.
Attributes
Disable circular proxies on the Guice Binder. Without this option, Guice will try to proxy interfaces/traits to break a circular dependency.
Disable circular proxies on the Guice Binder. Without this option, Guice will try to proxy interfaces/traits to break a circular dependency.
Circular proxies are disabled by default. Use disableCircularProxies(false) to allow circular proxies.
Attributes
Set the dependency initialization to eager.
Set the dependency initialization to eager.
Attributes
Set the environment.
Set the environment.
Attributes
Set the environment path.
Set the environment path.
Attributes
Set the environment class loader.
Set the environment class loader.
Attributes
Create a Play Injector backed by Guice using this configured builder.
Create a Play Injector backed by Guice using this configured builder.
Attributes
Override bindings using Guice modules, Play modules, or Play bindings.
Override bindings using Guice modules, Play modules, or Play bindings.
Attributes
- See also
-
GuiceableModuleConversions for the automatically available implicit conversions to GuiceableModule from modules and bindings.
Require @Inject on constructors (even default constructors).
Require @Inject on constructors (even default constructors).
This option is disabled by default.
Attributes
Requires that Guice finds an exactly matching binding annotation.
Requires that Guice finds an exactly matching binding annotation.
Disables the error-prone feature in Guice where it can substitute a binding for @Named Foo when injecting @Named("foo") Foo.
This option is disabled by default.``
Attributes
Instructs the injector to only inject classes that are explicitly bound in a module.
Instructs the injector to only inject classes that are explicitly bound in a module.
This option is disabled by default.