PathVariable
data class PathVariable(val variable: String, val pattern: String? = null, val provider: (ObjectStoragePathFactory.VariableContext) -> String) : ObjectStoragePathFactory.Variable
Constructors
Link copied to clipboard
constructor(variable: String, pattern: String? = null, provider: (ObjectStoragePathFactory.VariableContext) -> String)