Package

org.springframework.scala.beans.factory

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. class Function0FactoryBean[T] extends AbstractFactoryBean[T]

    Permalink

    Factory bean for scala.Function0 functions.

    Factory bean for scala.Function0 functions.

    T

    the return type of the function

  2. class MapFactoryBean[T, U] extends AbstractFactoryBean[Map[T, U]]

    Permalink

    Simple factory for shared scala.collection.Map instances.

    Simple factory for shared scala.collection.Map instances. Allows for central setup of sequences via the "map" element in XML bean definitions.

    T

    the element type of the collection

  3. class SeqFactoryBean[T] extends AbstractFactoryBean[Seq[T]]

    Permalink

    Simple factory for shared scala.collection.Seq instances.

    Simple factory for shared scala.collection.Seq instances. Allows for central setup of sequences via the "seq" element in XML bean definitions.

    T

    the element type of the collection

  4. class SetFactoryBean[T] extends AbstractFactoryBean[Set[T]]

    Permalink

    Simple factory for shared scala.collection.Set instances.

    Simple factory for shared scala.collection.Set instances. Allows for central setup of sequences via the "set" element in XML bean definitions.

    T

    the element type of the collection

Ungrouped