class FakeRouterModule extends Module
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FakeRouterModule
- Module
- ShutdownHookLifecycleManager
- LifecycleManager
- MutableInjectorUser
- Injectable
- Wire
- InjectorWithLifecycle
- MutableInjector
- Initializeable
- Freezable
- Injector
- WordBinder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FakeRouterModule(fakeRoutes: PartialFunction[(String, String), Handler])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++[I <: Injector, R <: Injector](other: I)(implicit comp: CanCompose[FakeRouterModule.this.type, I, R]): R
- Definition Classes
- Injector
-
def
::[I <: Injector, R <: Injector](other: I)(implicit comp: CanCompose[I, FakeRouterModule.this.type, R]): R
- Definition Classes
- Injector
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
IgnoringErrorHandler: (Throwable) ⇒ Boolean
- Definition Classes
- LifecycleManager
-
def
addDestroyable(fn: () ⇒ Unit): Unit
- Definition Classes
- ShutdownHookLifecycleManager → LifecycleManager
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bind[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BindHelper[T]
- Definition Classes
- WordBinder
-
def
binding: BindHelper[Any]
- Definition Classes
- WordBinder
-
val
by: ByWord
- Attributes
- protected
- Definition Classes
- Injectable
-
implicit
def
canBeIdentifiedToConstraints[T](target: T)(implicit arg0: CanBeIdentifier[T]): InjectConstraints[Nothing]
- Attributes
- protected
- Definition Classes
- Injectable
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
destroy(errorHandler: (Throwable) ⇒ Boolean): Unit
- Definition Classes
- ShutdownHookLifecycleManager → LifecycleManager
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getBinding(identifiers: List[Identifier]): Option[Binding]
- Definition Classes
- InjectorWithLifecycle → Injector
-
def
getBindingInternal(identifiers: List[Identifier]): Option[BindingWithLifecycle]
- Definition Classes
- Module → InjectorWithLifecycle
-
final
def
getBindings(identifiers: List[Identifier]): List[Binding]
- Definition Classes
- InjectorWithLifecycle → Injector
-
def
getBindingsInternal(identifiers: List[Identifier]): List[BindingWithLifecycle]
- Definition Classes
- Module → InjectorWithLifecycle
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
identified: IdentifiedWord[Nothing]
- Attributes
- protected
- Definition Classes
- Injectable
-
def
init(lifecycleManager: LifecycleManager): () ⇒ Unit
- Attributes
- protected
- Definition Classes
- Module → Initializeable
-
def
initEagerWordBindings(lifecycleManager: LifecycleManager): () ⇒ Unit
- Attributes
- protected
- Definition Classes
- WordBinder
-
def
initNonLazy(): Module
- Definition Classes
- Initializeable
-
def
inject[T](constraints: ⇒ InjectConstraints[T])(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T
- Attributes
- protected
- Definition Classes
- Injectable
-
def
inject[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectAll(identifiers: Identifier*)(implicit injector: Injector): List[Any]
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectAllOfType[T](identifiers: Identifier*)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): List[T]
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectAllOfType[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): List[T]
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectProvider[T](constraints: ⇒ InjectConstraints[T])(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectProvider[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectWithConstructorDefault[T, C](paramName: String)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], ct: scala.reflect.api.JavaUniverse.TypeTag[C]): T
- Attributes
- protected
- Definition Classes
- Injectable
-
def
injectWithDefault[T](injector: Injector, default: ⇒ T)(identifiers: List[Identifier]): T
- Attributes
- protected
- Definition Classes
- Injectable
-
macro
def
injected[T](overrides: Tuple2[String, _]*): T
- Definition Classes
- Wire
-
macro
def
injected[T](overrides: Tuple2[Symbol, _]*): T
- Definition Classes
- Wire
-
macro
def
injected[T]: T
- Definition Classes
- Wire
-
implicit
def
injector: Injector
- Definition Classes
- MutableInjectorUser
-
implicit
val
injectorFn: () ⇒ Injector
- Definition Classes
- MutableInjectorUser
-
def
injector_=(newParentInjector: Injector): Unit
- Definition Classes
- MutableInjectorUser
-
def
isFrozen: Boolean
- Attributes
- protected
- Definition Classes
- Initializeable → Freezable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
noBindingFound(identifiers: List[Identifier]): Nothing
- Attributes
- protected
- Definition Classes
- Injectable
-
def
notRequired(identifier: Identifier): Identifier
- Definition Classes
- WordBinder
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
partialInit(lifecycleManager: LifecycleManager): Option[() ⇒ Unit]
- Definition Classes
- Initializeable
-
def
required(identifier: Identifier): Identifier
- Definition Classes
- WordBinder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
when(condition: ⇒ Condition)(fn: ⇒ Unit): Unit
- Definition Classes
- WordBinder
-
lazy val
wordBindings: List[BindingWithLifecycle]
- Definition Classes
- WordBinder