trait ScalaPrivateModule extends PrivateModule with InternalModule[PrivateBinder]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaPrivateModule
- InternalModule
- PrivateModule
- Module
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class BindingBuilder[T] extends ScalaAnnotatedBindingBuilder[T]
- Definition Classes
- InternalModule
- class ElementBuilder[T] extends ScalaAnnotatedElementBuilder[T]
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addError(arg0: Message): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def addError(arg0: Throwable): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def addError(arg0: String, arg1: <repeated...>[AnyRef]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- Annotations
- @transient()
- def annotatedWith[A <: Annotation](implicit arg0: ClassTag[A]): Matcher[AnnotatedElement]
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BindingBuilder[T]
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- final def bind[T <: AnyRef](arg0: Class[T]): AnnotatedBindingBuilder[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def bind[T <: AnyRef](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def bind[T <: AnyRef](arg0: Key[T]): LinkedBindingBuilder[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def bindConstant(): AnnotatedConstantBindingBuilder
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def bindInterceptor[I <: MethodInterceptor](classMatcher: Matcher[_ >: Class[_]] = Matchers.any(), methodMatcher: Matcher[_ >: AnnotatedElement])(implicit arg0: ClassTag[I]): Unit
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- final def bindInterceptor(arg0: Matcher[_ >: Class[_ <: AnyRef] <: AnyRef], arg1: Matcher[_ >: Method <: AnyRef], arg2: <repeated...>[MethodInterceptor]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- Annotations
- @transient()
- def bindListener(arg0: Matcher[_ >: Binding[_ <: AnyRef] <: AnyRef], arg1: <repeated...>[ProvisionListener]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- Annotations
- @transient()
- def bindListener(arg0: Matcher[_ >: TypeLiteral[_ <: AnyRef] <: AnyRef], arg1: TypeListener): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def bindScope[T <: Annotation](scope: Scope)(implicit arg0: ClassTag[T]): Unit
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- final def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def binder(): PrivateBinder
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def binderAccess: PrivateBinder
- Attributes
- protected[this]
- Definition Classes
- ScalaPrivateModule → InternalModule
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def configure(arg0: Binder): Unit
- Definition Classes
- PrivateModule → Module
- final def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_ <: AnyRef] <: AnyRef], arg1: TypeConverter): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def currentStage(): Stage
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expose[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): ElementBuilder[T]
- Attributes
- protected[this]
- final def expose(arg0: TypeLiteral[_ <: AnyRef]): AnnotatedElementBuilder
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def expose(arg0: Class[_ <: AnyRef]): AnnotatedElementBuilder
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def expose[T <: AnyRef](arg0: Key[T]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getMembersInjector[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): MembersInjector[T]
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- def getMembersInjector[T <: AnyRef](arg0: TypeLiteral[T]): MembersInjector[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def getMembersInjector[T <: AnyRef](arg0: Class[T]): MembersInjector[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def getProvider[T](implicit arg0: ClassTag[T]): Provider[T]
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- final def getProvider[T <: AnyRef](arg0: Class[T]): Provider[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def getProvider[T <: AnyRef](arg0: Key[T]): Provider[T]
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def install(arg0: Module): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def requestInjection(arg0: AnyRef): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- def requestStaticInjection[T]()(implicit arg0: ClassTag[T]): Unit
- Attributes
- protected[this]
- Definition Classes
- InternalModule
- final def requestStaticInjection(arg0: <repeated...>[Class[_ <: AnyRef]]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- Annotations
- @transient()
- final def requireBinding(arg0: Class[_ <: AnyRef]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- final def requireBinding(arg0: Key[_ <: AnyRef]): Unit
- Attributes
- protected[inject]
- Definition Classes
- PrivateModule
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()