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

org.mockserver.model.KeyMatchStyle Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
package org.mockserver.model;

public enum KeyMatchStyle {

    SUB_SET, // default
    MATCHING_KEY;

    public static KeyMatchStyle defaultValue = SUB_SET;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy