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

com.intuit.karate.AssignType Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.intuit.karate;

/**
 *
 * @author pthomas3
 */
public enum AssignType {
    
    AUTO,
    COPY,
    TEXT,
    YAML,
    JSON,
    STRING,
    XML,
    XML_STRING,
    BYTE_ARRAY
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy