c

play.api.inject.guice

GuiceClassLoader

class GuiceClassLoader extends AnyRef

An object that holds a ClassLoader for Guice to use. We use this simple value object so it can be looked up by its type when we're assembling the Guice injector.

Source
GuiceInjectorBuilder.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuiceClassLoader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GuiceClassLoader(classLoader: ClassLoader)

    classLoader

    The wrapped ClassLoader.

Value Members

  1. val classLoader: ClassLoader