ServiceLocator

open class ServiceLocator

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun <T> get(type: Class<T>): T
Link copied to clipboard
fun <T> register(type: Class<T>, service: Any)