MatchOptions

data class MatchOptions(val match: String? = null, val unmatch: String? = null, val pathMatch: String? = null, val pathUnmatch: String? = null, val matchPattern: DynamicTemplates.MatchPattern? = null, val matchMappingType: DynamicTemplates.MatchMappingType<*, *>? = null, val params: Params? = null)

Constructors

Link copied to clipboard
fun MatchOptions(match: String? = null, unmatch: String? = null, pathMatch: String? = null, pathUnmatch: String? = null, matchPattern: DynamicTemplates.MatchPattern? = null, matchMappingType: DynamicTemplates.MatchMappingType<*, *>? = null, params: Params? = null)

Functions

Link copied to clipboard
fun matches(fieldPath: String): Boolean

Properties

Link copied to clipboard
val match: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val params: Params? = null
Link copied to clipboard
val pathMatch: String? = null
Link copied to clipboard
val pathUnmatch: String? = null
Link copied to clipboard
val unmatch: String? = null