LoaderConfig

class LoaderConfig(val properties: Properties)

Constructors

Link copied to clipboard
fun LoaderConfig(properties: Properties)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
inline fun <T> getPropOrNull(key: String): T?

Get props or return null

Properties

Link copied to clipboard
val properties: Properties