toggle menu
desktop-components
JVM
switch theme
search in API
desktop-components
/
org.cryptotrader.desktop.library.component.config
/
SpringContext
Spring
Context
@
Component
(
value
=
"desktopSpringContext"
)
open
class
SpringContext
:
ApplicationContextAware
Members
Constructors
Spring
Context
Link copied to clipboard
constructor
(
)
Properties
context
Link copied to clipboard
open
val
context
:
ApplicationContext
Functions
get
Bean
Link copied to clipboard
open
fun
<
T
>
getBean
(
type
:
Class
<
T
>
)
:
T
set
Application
Context
Link copied to clipboard
open
fun
setApplicationContext
(
applicationContext
:
ApplicationContext
)