Class

org.springframework.scala.test.context

FunctionalConfigContextLoader

Related Doc: package context

Permalink

class FunctionalConfigContextLoader extends AbstractContextLoader

Implementation of org.springframework.test.context.SmartContextLoader supporting org.springframework.scala.context.function.FunctionalConfiguration.

Note

Note that org.springframework.scala.context.function.FunctionalConfigApplicationContexts loaded by this class have annotation config support enabled.

Linear Supertypes
AbstractContextLoader, SmartContextLoader, ContextLoader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FunctionalConfigContextLoader
  2. AbstractContextLoader
  3. SmartContextLoader
  4. ContextLoader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FunctionalConfigContextLoader()

    Permalink

Abstract Value Members

  1. abstract def loadContext(arg0: <repeated...>[String]): ApplicationContext

    Permalink
    Definition Classes
    ContextLoader
    Annotations
    @throws( classOf[java.lang.Exception] )

Concrete 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. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def generateDefaultLocations(arg0: Class[_]): Array[String]

    Permalink
    Attributes
    protected[org.springframework.test.context.support]
    Definition Classes
    AbstractContextLoader
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getResourceSuffix(): String

    Permalink
    Definition Classes
    FunctionalConfigContextLoader → AbstractContextLoader
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. def isGenerateDefaultLocations(): Boolean

    Permalink
    Attributes
    protected[org.springframework.test.context.support]
    Definition Classes
    AbstractContextLoader
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def loadContext(locations: String*): ApplicationContext

    Permalink
  16. def loadContext(mergedConfig: MergedContextConfiguration): ApplicationContext

    Permalink
    Definition Classes
    FunctionalConfigContextLoader → SmartContextLoader
  17. def modifyLocations(arg0: Class[_], arg1: <repeated...>[String]): Array[String]

    Permalink
    Attributes
    protected[org.springframework.test.context.support]
    Definition Classes
    AbstractContextLoader
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def prepareContext(arg0: ConfigurableApplicationContext, arg1: MergedContextConfiguration): Unit

    Permalink
    Attributes
    protected[org.springframework.test.context.support]
    Definition Classes
    AbstractContextLoader
  22. def processContextConfiguration(configAttributes: ContextConfigurationAttributes): Unit

    Permalink
    Definition Classes
    FunctionalConfigContextLoader → AbstractContextLoader → SmartContextLoader
  23. final def processLocations(arg0: Class[_], arg1: <repeated...>[String]): Array[String]

    Permalink
    Definition Classes
    AbstractContextLoader → ContextLoader
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AbstractContextLoader

Inherited from SmartContextLoader

Inherited from ContextLoader

Inherited from AnyRef

Inherited from Any

Ungrouped