package io.vertx.ext.dropwizard;

The type of match.
Author:Julien Viet
/** * The type of match. * * @author <a href="mailto:julien@julienviet.com">Julien Viet</a> */
public enum MatchType { EQUALS, REGEX }