Class

com.lightbend.play.spring

BindingKeyFactoryBean

Related Doc: package spring

Permalink

class BindingKeyFactoryBean[T] extends FactoryBean[T]

A factory bean that wraps a binding key alias.

Linear Supertypes
FactoryBean[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindingKeyFactoryBean
  2. FactoryBean
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BindingKeyFactoryBean(key: BindingKey[T], objectType: Class[_], factory: DefaultListableBeanFactory)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val beanName: Option[String]

    Permalink

    The bean name, if it can be determined.

    The bean name, if it can be determined.

    Will either return a new bean name, or if the by type lookup should be done on request (in the case of an unqualified lookup because it's cheaper to delegate that to Spring) then do it on request. Will throw an exception if a key for which no matching bean can be found is found.

  6. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getObject(): T

    Permalink
    Definition Classes
    BindingKeyFactoryBean → FactoryBean
  12. def getObjectType(): Class[_]

    Permalink
    Definition Classes
    BindingKeyFactoryBean → FactoryBean
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isSingleton(): Boolean

    Permalink
    Definition Classes
    BindingKeyFactoryBean → FactoryBean
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FactoryBean[T]

Inherited from AnyRef

Inherited from Any

Ungrouped