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

com.jayway.jsonpath.internal.function.ParamType Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.jayway.jsonpath.internal.function;

/**
 * Created by mgreenwood on 12/11/15.
 */
public enum ParamType {
    JSON,
    PATH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy