DevContext

play.api.ApplicationLoader.DevContext
final case class DevContext(sourceMapper: SourceMapper, buildLink: BuildLink)

If an application is loaded in dev mode then this additional context is available. It is available as a property in the Context object, from BuiltInComponents trait or injected via OptionalDevContext.

Value parameters

buildLink

An interface that can be used to interact with the build system.

sourceMapper

Information about the source files that were used to compile the application.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product