io.jerseywiremock.annotations.ParamMatchingStrategy Maven / Gradle / Ivy
The newest version!
package io.jerseywiremock.annotations;
public enum ParamMatchingStrategy {
EQUAL_TO,
CONTAINING,
MATCHING,
NOT_MATCHING
}