com.avast.syringe.config.perspective

SyringeModule

class SyringeModule extends Module

The base class for generated modules

User: slajchrt Date: 6/4/12 Time: 6:34 PM

Linear Supertypes
Module, InstanceManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SyringeModule
  2. Module
  3. InstanceManager
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SyringeModule()

Type Members

  1. type &[T] = Array[T]

  2. type =>?[-A, +B] = PartialFunction[A, B]

  3. type CF = PartialFunction[Any, Any]

  4. type Conv = (InjectableProperty, Any) ⇒ CF

  5. class DecoratorResolver extends PropertyResolver

  6. type RF = PartialFunction[Array[_], com.avast.syringe.config.perspective.Builder[_]]

  7. class ReferenceWrapper[T <: AnyRef] extends Builder[T]

  8. type ReproductionType[X, V] = (List[X], (X) ⇒ Builder[V])

  9. type Res = (InjectableProperty) ⇒ RF

  10. class SyringeBuilder[+T] extends Builder[T] with DecoratingBuilder[T] with Cloneable

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. def __sm__[X](builder: SyringeModule.this.SyringeBuilder[_], value: ⇒ X): X

    Attributes
    protected
  7. def __sm__[X](value: ⇒ X): X

    Stack marker

    Stack marker

    Attributes
    protected
  8. def addConverter(c: (InjectableProperty, Any) ⇒ CF): Unit

  9. def addResolver(r: (InjectableProperty) ⇒ RF): Unit

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. var builders: Map[String, com.avast.syringe.config.perspective.Builder[_]]

    Attributes
    protected
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. implicit def convertAnyValToBuilder[T <: AnyVal](v: T): Builder[AnyRef]

  14. implicit def convertRefToBuilder[T <: AnyRef](ref: T): Builder[T]

  15. implicit def convertScalaListToJavaList[T](list: List[T]): List[T]

  16. def decorateInstance[T](builder: Builder[T], instance: T): T

  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def findRefName(ref: Any): String

    Definition Classes
    ModuleInstanceManager
  21. def getBuilder[T](instanceName: String): Builder[T]

    Finds the builder that created the named instance

    Finds the builder that created the named instance

    T
    instanceName

    the instance name

    returns

    the used builder

    Definition Classes
    SyringeModuleModule
  22. def getBuilders: Map[String, com.avast.syringe.config.perspective.Builder[_]]

    returns

    the map of used builders

    Definition Classes
    SyringeModuleModule
  23. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  24. def getInstance[T](instanceName: String): T

    Definition Classes
    Module
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def initializeBuilder[T](builder: Builder[T]): Unit

    Called by the builder's "initialize" method

    Called by the builder's "initialize" method

    builder

    Definition Classes
    SyringeModuleModule
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def load[T](instanceName: String): Nothing

    Definition Classes
    ModuleInstanceManager
  29. def main(args: Array[String]): Unit

    Definition Classes
    Module
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def reproduce[X, V](args: List[X])(reproducer: (X) ⇒ Builder[V]): (List[X], (X) ⇒ Builder[V])

  34. def reproduce[X, V](args: X*)(reproducer: (X) ⇒ Builder[V]): (List[X], (X) ⇒ Builder[V])

  35. def strip[A](decorated: A): A

    Strips all decorations from the decorated object.

    Strips all decorations from the decorated object.

    A
    decorated

    the decorated object

    returns

    the stripped object

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Module

Inherited from InstanceManager

Inherited from AnyRef

Inherited from Any