net.codingwell.scalaguice

ScalaPrivateModule

trait ScalaPrivateModule extends PrivateModule with InternalModule[PrivateBinder]

Linear Supertypes
InternalModule[PrivateBinder], PrivateModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaPrivateModule
  2. InternalModule
  3. PrivateModule
  4. Module
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def configure(): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule

Concrete Value Members

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

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

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

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

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

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  7. final def addError(arg0: Throwable): Unit

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  9. def annotatedWith[A <: Annotation](implicit arg0: Manifest[A]): Matcher[AnnotatedElement]

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def bind[T](implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T] { ... /* 2 definitions in type refinement */ }

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  13. final def bind[T](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  14. final def bind[T](arg0: Key[T]): LinkedBindingBuilder[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  15. final def bindConstant(): AnnotatedConstantBindingBuilder

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  16. def bindInterceptor[I <: MethodInterceptor](classMatcher: Matcher[_ >: Class[_]] = Matchers.any(), methodMatcher: Matcher[_ >: AnnotatedElement])(implicit arg0: Manifest[I]): Unit

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  17. final def bindInterceptor(arg0: Matcher[_ >: Class[_]], arg1: Matcher[_ >: Method], arg2: <repeated...>[MethodInterceptor]): Unit

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  19. def bindScope[T <: Annotation](scope: Scope)(implicit arg0: Manifest[T]): Unit

    Attributes
    protected[this]
    Definition Classes
    InternalModule
  20. final def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  21. final def binder(): PrivateBinder

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  22. def binderAccess: PrivateBinder

    Attributes
    protected[this]
    Definition Classes
    ScalaPrivateModuleInternalModule
  23. def clone(): AnyRef

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

    Definition Classes
    PrivateModule → Module
  25. final def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeConverter): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  26. final def currentStage(): Stage

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  29. def expose[T](implicit arg0: Manifest[T]): ScalaAnnotatedElementBuilder[T] { ... /* 2 definitions in type refinement */ }

    Attributes
    protected[this]
  30. final def expose(arg0: TypeLiteral[_]): AnnotatedElementBuilder

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  31. final def expose(arg0: Class[_]): AnnotatedElementBuilder

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  32. final def expose[T](arg0: Key[T]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  33. def finalize(): Unit

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

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

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  37. def getMembersInjector[T](arg0: Class[T]): MembersInjector[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  38. def getProvider[T](implicit arg0: Manifest[T]): Provider[T]

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  40. final def getProvider[T](arg0: Key[T]): Provider[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  41. def hashCode(): Int

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  43. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  48. def requestStaticInjection[T]()(implicit arg0: Manifest[T]): Unit

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

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  50. final def requireBinding(arg0: Class[_]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  51. final def requireBinding(arg0: Key[_]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    PrivateModule
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InternalModule[PrivateBinder]

Inherited from PrivateModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Ungrouped