Uses of Class
com.intuit.karate.http.ResourceType
-
Packages that use ResourceType Package Description com.intuit.karate com.intuit.karate.core com.intuit.karate.http -
-
Uses of ResourceType in com.intuit.karate
Methods in com.intuit.karate with parameters of type ResourceType Modifier and Type Method Description static ObjectJsonUtils. fromBytes(byte[] bytes, boolean strict, ResourceType resourceType)static ObjectJsonUtils. fromString(String raw, boolean strict, ResourceType resourceType) -
Uses of ResourceType in com.intuit.karate.core
Methods in com.intuit.karate.core that return ResourceType Modifier and Type Method Description ResourceTypeEmbed. getResourceType()Methods in com.intuit.karate.core with parameters of type ResourceType Modifier and Type Method Description EmbedScenarioRuntime. embed(byte[] bytes, ResourceType resourceType)StringScenarioRuntime. getEmbedFileName(ResourceType resourceType)EmbedScenarioRuntime. saveToFileAndCreateEmbed(byte[] bytes, ResourceType resourceType)Constructors in com.intuit.karate.core with parameters of type ResourceType Constructor Description Embed(File file, ResourceType resourceType) -
Uses of ResourceType in com.intuit.karate.http
Methods in com.intuit.karate.http that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromContentType(String ct)static ResourceTypeResourceType. fromFileExtension(String path)static ResourceTypeResourceType. fromObject(Object o)static ResourceTypeResourceType. fromObject(Object o, ResourceType defaultType)ResourceTypeRequest. getResourceType()ResourceTypeResponse. getResourceType()static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.intuit.karate.http with parameters of type ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromObject(Object o, ResourceType defaultType)voidRequest. setResourceType(ResourceType resourceType)voidResponse. setResourceType(ResourceType resourceType)Constructors in com.intuit.karate.http with parameters of type ResourceType Constructor Description Response(int status, Map<String,List<String>> headers, byte[] body, ResourceType resourceType)
-