DslUtils

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun getRandomSecret(requiredLength: Int = 10, charPool: List<Char> = defaultCharPool): String
fun getRandomSecret(requiredLength: Int = 10, vararg additionalLengths: Int, separator: String = "-", charPool: List<Char> = defaultCharPool): String
Link copied to clipboard
fun getRandomString(requiredLength: Int = 10, charPool: List<Char> = defaultCharPool): String
Link copied to clipboard
fun String.includeIf(condition: Boolean, otherWise: String = ""): String
Link copied to clipboard
inline fun <T> logObject(value: T, prettify: Boolean = false)
Link copied to clipboard
inline fun <T> printObject(value: T, prettify: Boolean = false)