vertx / io.vertx.kotlin.ext.dropwizard / Match

Match

fun Match(alias: String? = null, type: MatchType? = null, value: String? = null): Match

A function providing a DSL for building io.vertx.ext.dropwizard.Match objects.

A match for a value.

Parameters

alias - Set the alias the human readable name that will be used as a part of registry entry name when the value matches.

type - Set the type of matching to apply.

value - Set the matched value.