Parameters

Class to define a list of parameters. This class is not meant to be created by users.

Author

Pau Corbella

Since

2.1.0

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T : Any> get(clazz: KClass<T>, environment: String? = null): T
Link copied to clipboard
fun <T : Any> getOrNull(clazz: KClass<T>, environment: String? = null): T?