org.beangle.commons.inject.bind.Binder

DefinitionBinder

Related Doc: package Binder

class DefinitionBinder extends AnyRef

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

Instance Constructors

  1. new DefinitionBinder(config: Binder, classes: Class[_]*)

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

    Definition Classes
    Any
  5. def bind(name: String, clazz: Class[_]): DefinitionBinder.this.type

  6. def bind(classes: Class[_]*): DefinitionBinder.this.type

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val config: Binder

  9. def constructor(args: Any*): DefinitionBinder.this.type

  10. def description(descs: String*): DefinitionBinder.this.type

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def head: Definition

  17. def in(scope: Val): DefinitionBinder.this.type

  18. def init(method: String): DefinitionBinder.this.type

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def lazyInit(lazyInit: Boolean = true): DefinitionBinder.this.type

  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def nowire(properties: String*): DefinitionBinder.this.type

  25. def parent(parent: String): DefinitionBinder.this.type

  26. def primary(): DefinitionBinder.this.type

  27. def property(property: String, value: Any): DefinitionBinder.this.type

  28. def proxy(property: String, target: Definition): DefinitionBinder.this.type

  29. def proxy(property: String, clazz: Class[_]): DefinitionBinder.this.type

  30. def setAbstract(): DefinitionBinder.this.type

  31. def shortName(b: Boolean = true): DefinitionBinder.this.type

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped