com.avast.syringe.config.perspective

CircularBuilder

class CircularBuilder[+T] extends BuilderWrapper[T]

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

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

Instance Constructors

  1. new CircularBuilder(wrapped: ⇒ DecoratingBuilder[T])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addPropertyResolver(resolver: PropertyResolver): Nothing

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

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

    Definition Classes
    CircularBuilderBuilderWrapperBuilder
  7. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    Builder
  15. def getInstanceName: String

    Definition Classes
    BuilderWrapperBuilder
  16. def getModule: Module

    Definition Classes
    BuilderWrapperBuilder
  17. def getPropertyValueConverter: PropertyValueConverter

    Definition Classes
    BuilderWrapperBuilder
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def initialize: CircularBuilder.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
  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  25. def postConstruct(): Unit

    See "initialize"

    See "initialize"

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

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

    Definition Classes
    AnyRef
  28. 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
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BuilderWrapper[T]

Inherited from Builder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped