net.codingwell.scalaguice

ScalaModule

trait ScalaModule extends AbstractModule with InternalModule[Binder]

Linear Supertypes
InternalModule[Binder], AbstractModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalaModule
  2. InternalModule
  3. AbstractModule
  4. Module
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def configure (): Unit

    Attributes
    protected[inject] abstract
    Definition Classes
    AbstractModule

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addError (arg0: Message): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  7. def addError (arg0: Throwable): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  8. def addError (arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def bind [T] (implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T] { val myBinder: com.google.inject.Binder }

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  11. def bind [T] (arg0: Class[T]): AnnotatedBindingBuilder[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  12. def bind [T] (arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  13. def bind [T] (arg0: Key[T]): LinkedBindingBuilder[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  14. def bindConstant (): AnnotatedConstantBindingBuilder

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  15. def bindInterceptor (arg0: com.google.inject.matcher.Matcher[_ >: java.lang.Class[_]], arg1: com.google.inject.matcher.Matcher[_ >: java.lang.reflect.Method], arg2: <repeated...>[MethodInterceptor]): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  16. def bindListener (arg0: com.google.inject.matcher.Matcher[_ >: com.google.inject.Binding[_]], arg1: <repeated...>[ProvisionListener]): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  17. def bindListener (arg0: com.google.inject.matcher.Matcher[_ >: com.google.inject.TypeLiteral[_]], arg1: TypeListener): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  18. def bindScope [T <: Annotation] (scope: Scope)(implicit arg0: Manifest[T]): Unit

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  19. def bindScope (arg0: java.lang.Class[_ <: java.lang.annotation.Annotation], arg1: Scope): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  20. def binder (): Binder

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  21. def binderAccess : Binder

    Attributes
    protected[this]
    Definition Classes
    ScalaModuleInternalModule
  22. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def configure (arg0: Binder): Unit

    Attributes
    final
    Definition Classes
    AbstractModule → Module
  24. def convertToTypes (arg0: com.google.inject.matcher.Matcher[_ >: com.google.inject.TypeLiteral[_]], arg1: TypeConverter): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  25. def currentStage (): Stage

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  26. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  30. def getMembersInjector [T] (implicit arg0: Manifest[T]): MembersInjector[T]

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  31. def getMembersInjector [T] (arg0: TypeLiteral[T]): MembersInjector[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  32. def getMembersInjector [T] (arg0: Class[T]): MembersInjector[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  33. def getProvider [T] (implicit arg0: Manifest[T]): Provider[T]

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  34. def getProvider [T] (arg0: Class[T]): Provider[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  35. def getProvider [T] (arg0: Key[T]): Provider[T]

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  36. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  37. def install (arg0: Module): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  38. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  39. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  40. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def requestInjection (arg0: Any): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  43. def requestStaticInjection [T] ()(implicit arg0: Manifest[T]): Unit

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  44. def requestStaticInjection (arg0: <repeated...>[java.lang.Class[_]]): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  45. def requireBinding (arg0: java.lang.Class[_]): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  46. def requireBinding (arg0: com.google.inject.Key[_]): Unit

    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  47. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  48. def toString (): String

    Definition Classes
    AnyRef → Any
  49. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from InternalModule[Binder]

Inherited from AbstractModule

Inherited from Module

Inherited from AnyRef

Inherited from Any