com.avast.syringe.config.perspective

Builder

abstract class Builder[+T] extends AnyRef

User: slajchrt Date: 6/6/12 Time: 10:40 AM

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Builder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Builder(instanceClass: ⇒ Class[_])

Abstract Value Members

  1. abstract def addPropertyResolver(resolver: PropertyResolver): Builder.this.type

  2. abstract def build[D >: T]: D

  3. abstract def decorateWith[D >: T](decorator: ⇒ Builder[D]): Builder.this.type

  4. abstract def delegateWith[D <: Interceptor[_]](provider: Delegation[D]): Builder.this.type

  5. abstract def getInstanceName: String

  6. abstract def getModule: Module

  7. abstract def getPropertyValueConverter: PropertyValueConverter

  8. abstract def makeClone(cloneName: String = null): Builder.this.type

  9. abstract def setValueConverter(converter: PropertyValueConverter): Builder.this.type

  10. abstract def syringeAllowMultiInjection: Builder.this.type

    Allow multiple injections of single property (mainly for testing purposes).

    Allow multiple injections of single property (mainly for testing purposes). In case of multiple injections, the last one will be applied.

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 asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  12. def getInstanceClass: Class[_]

  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def initialize: Builder.this.type

    Called after this builder instance is created.

    Called after this builder instance is created. The main purpose is to solve the problem with initialization in traits that cannot access this builder's state during the construction phase since the traits are initialized before the descendants types (i.e. the main builder class too)

    returns

  15. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  19. def postConstruct(): Unit

    See "initialize"

    See "initialize"

    Attributes
    protected
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped