Uses of Class
io.vertx.micrometer.MatchType
-
Packages that use MatchType Package Description io.vertx.micrometer -
-
Uses of MatchType in io.vertx.micrometer
Fields in io.vertx.micrometer declared as MatchType Modifier and Type Field Description static MatchType
Match. DEFAULT_TYPE
The default value :EQUALS
Methods in io.vertx.micrometer that return MatchType Modifier and Type Method Description MatchType
Match. getType()
static MatchType
MatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchType[]
MatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.micrometer with parameters of type MatchType Modifier and Type Method Description Match
Match. setType(MatchType type)
Set the type of matching to apply.
-