com.avast.syringe.config.perspective

BuilderWrapper

class BuilderWrapper[+T] extends Builder[T]

User: slajchrt Date: 12/5/12 Time: 1:02 PM

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

Instance Constructors

  1. new BuilderWrapper(wrapped: ⇒ Builder[T])

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 addPropertyResolver(resolver: PropertyResolver): Nothing

    Definition Classes
    BuilderWrapperBuilder
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def build[D >: T]: T

    Definition Classes
    BuilderWrapperBuilder
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def decorateWith[D >: T](decorator: ⇒ Builder[D]): Nothing

    Definition Classes
    BuilderWrapperBuilder
  11. def delegateWith[D <: Interceptor[_]](provider: Delegation[D]): Nothing

    Definition Classes
    BuilderWrapperBuilder
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Builder
  17. def getInstanceName: String

    Definition Classes
    BuilderWrapperBuilder
  18. def getModule: Module

    Definition Classes
    BuilderWrapperBuilder
  19. def getPropertyValueConverter: PropertyValueConverter

    Definition Classes
    BuilderWrapperBuilder
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def initialize: BuilderWrapper.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

    Definition Classes
    Builder
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def makeClone(cloneName: String): Nothing

    Definition Classes
    BuilderWrapperBuilder
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def postConstruct(): Unit

    See "initialize"

    See "initialize"

    Attributes
    protected
    Definition Classes
    Builder
  28. def setValueConverter(converter: PropertyValueConverter): Nothing

    Definition Classes
    BuilderWrapperBuilder
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def syringeAllowMultiInjection: Nothing

    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.

    Definition Classes
    BuilderWrapperBuilder
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Builder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped