Class Match
java.lang.Object
io.vertx.ext.dropwizard.Match
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatch()Default constructorMatch(JsonObject json) Create an instance from aJsonObjectCopy constructor -
Method Summary
-
Field Details
-
DEFAULT_TYPE
The default value :MatchType.EQUALS
-
-
Constructor Details
-
Match
public Match()Default constructor -
Match
-
Match
Create an instance from aJsonObject- Parameters:
json- the JsonObject to create it from
-
-
Method Details
-
getValue
- Returns:
- the matched value
-
setValue
-
getType
- Returns:
- the matcher type
-
setType
-
getAlias
- Returns:
- the matcher alias
-
setAlias
-
toJson
-