All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.codingzen.kata.konfig.system_properties.extensions.kt Maven / Gradle / Ivy

package tech.codingzen.kata.konfig.system_properties

import tech.codingzen.kata.konfig.*
import tech.codingzen.kata.konfig.StringParsers.parser

inline fun  KataKonf.syspropParser(key: String, crossinline parser: ContextualParser) =
  genericContextualParser(SystemPropertiesLens, key, parser)

inline fun  KataKonf.sysprop(key: String, crossinline parser: ValueParser) =
  genericValueParser(SystemPropertiesLens, key, parser)

inline fun  KataKonf.sysprop(key: String) =
  sysprop(key, parser())




© 2015 - 2025 Weber Informatics LLC | Privacy Policy