Factory

object Factory : ComponentFactory<TestComponent, TestComponentConfiguration>

Properties

Link copied to clipboard
const val ID_VALUE: String
Link copied to clipboard
open override val key: ComponentFactory.Key
Link copied to clipboard
@get:JvmName(name = "serializersModule")
val serializersModule: SerializersModule

Functions

Link copied to clipboard
open fun create(context: ComponentConfigureContext): TestComponent
open override fun create(context: ComponentConfigureContext, configurer: ConfigurerFunction<TestComponentConfiguration>): TestComponent