abstract class GuiceBuilder[Self, Delegate <: api.inject.guice.GuiceBuilder[Delegate]] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuiceBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def applicationModule(): com.google.inject.Module
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def bindings(bindings: <repeated...>[api.inject.Binding[_ <: AnyRef]]): Self
- final def bindings(modules: <repeated...>[api.inject.Module]): Self
- final def bindings(modules: <repeated...>[com.google.inject.Module]): Self
- final def bindings(modules: <repeated...>[GuiceableModule]): Self
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def configure(key: String, value: AnyRef): Self
- final def configure(conf: Map[String, AnyRef]): Self
- final def configure(conf: Config): Self
- final def disable(moduleClasses: <repeated...>[Class[_ <: AnyRef]]): Self
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def in(classLoader: ClassLoader): Self
- final def in(mode: Mode): Self
- final def in(path: File): Self
- final def in(env: Environment): Self
- def injector(): Injector
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def overrides(bindings: <repeated...>[api.inject.Binding[_ <: AnyRef]]): Self
- final def overrides(modules: <repeated...>[api.inject.Module]): Self
- final def overrides(modules: <repeated...>[com.google.inject.Module]): Self
- final def overrides(modules: <repeated...>[GuiceableModule]): Self
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])