All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.jerseywiremock.annotations.ParamMatchingStrategy Maven / Gradle / Ivy

The newest version!
package io.jerseywiremock.annotations;

public enum ParamMatchingStrategy {
    EQUAL_TO,
    CONTAINING,
    MATCHING,
    NOT_MATCHING
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy