Override the router with a router that first tries to route to the passed in additional router, before falling back to the default router.
Override the router with a fake router having the given routes, before falling back to the default router
Create a new Play application Module for an Application using this configured builder.
Create a new Play application Module for an Application using this configured builder.
Add Guice modules, Play modules, or Play bindings.
Add Guice modules, Play modules, or Play bindings.
GuiceableModuleConversions for the automatically available implicit conversions to GuiceableModule from modules and bindings.
Create a new Play Application using this configured builder.
Add additional configuration.
Add additional configuration.
Add additional configuration.
Add additional configuration.
Add additional configuration.
Add additional configuration.
Configures the SLF4J logger factory.
Configures the SLF4J logger factory. This is where LoggerConfigurator is called from.
play.api.Configuration
the app wide ILoggerFactory. Useful for testing and DI.
Creation of the Guice Module used by the injector.
Creation of the Guice Module used by the injector. Libraries like Guiceberry and Jukito that want to handle injector creation may find this helpful.
Disable module by class.
Disable module by class.
Disable modules by class.
Disable modules by class.
Disable circular proxies on the Guice Binder.
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.
Set the dependency initialization to eager.
Set the dependency initialization to eager.
Sets the configuration key to enable/disable global application state
Set the environment class loader.
Set the environment class loader.
Set the environment mode.
Set the environment mode.
Set the environment path.
Set the environment path.
Set the environment.
Set the environment.
Create a Play Injector backed by Guice using this configured builder.
Create a Play Injector backed by Guice using this configured builder.
Override the module loader with the given modules.
Set the module loader.
Set the module loader. Overrides the default or any previously configured values.
Set the initial configuration.
Set the initial configuration. Overrides the default or any previously configured values.
Set the initial configuration loader.
Set the initial configuration loader. Overrides the default or any previously configured values.
Implementation of Self creation for GuiceBuilder.
Implementation of Self creation for GuiceBuilder.
Override bindings using Guice modules, Play modules, or Play bindings.
Override bindings using Guice modules, Play modules, or Play bindings.
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.
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.
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.
Override the router with the given router.
Checks if the path contains the logger path and whether or not one of the keys contains a deprecated value
Checks if the path contains the logger path and whether or not one of the keys contains a deprecated value
The app configuration
Returns true if one of the keys contains a deprecated value, otherwise false
A builder for creating Applications using Guice.