case class AssetsConfigurationProvider(env: Environment, conf: Configuration) extends Provider[AssetsConfiguration] with Product with Serializable
- Source
- Assets.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AssetsConfigurationProvider
- Serializable
- Serializable
- Product
- Equals
- Provider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AssetsConfigurationProvider(env: Environment, conf: Configuration)
- Annotations
- @Inject()
Value Members
- val conf: Configuration
- val env: Environment
-
def
get(): AssetsConfiguration
- Definition Classes
- AssetsConfigurationProvider → Provider